summaryrefslogtreecommitdiffstats
path: root/include/netinet
Commit message (Collapse)AuthorAgeFilesLines
* Atsushi Nemoto writes:Eric Andersen2003-10-081-1/+1
| | | | | | | | | | | | | I found inappropriate data types are used in some places in networking codes. * tcp_seq is 32bit (u_long -> u_int32_t) * in_addt_t should be used for internet address (unsigned long -> in_addr_t) * socklen_t should be used for accept() This is a patch against uclibc-0.9.21 (can be applied for current CVS). 64bit platforms (sizeof(int)!=sizeof(long)) will need this. I believe this patch does not harm any 32bit platforms.
* Be more careful about not redefining stufEric Andersen2001-09-271-0/+2
|
* re-enable ntohl and friendsEric Andersen2001-09-271-0/+1
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-2713-281/+373
|
* Add missing in_addr_tEric Andersen2001-07-121-3/+4
|
* Makeheader files be more like GNUEric Andersen2001-01-151-4/+10
|
* More random fixes and additions.Eric Andersen2000-10-271-12/+6
|
* Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen2000-07-0913-73/+1734
| | | | | | fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik
* Revert to the old set of includes.Eric Andersen2000-07-0911-0/+291
| | | | -Erik
* Temporarily revert to older working set of files.Eric Andersen2000-07-0917-1952/+0
| | | | -Erik
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-0613-73/+1734
| | | | | headers (the way it has been done in GNU libc). -Erik
* Initial revision0_9_1Erik Andersen2000-05-1411-0/+291