summaryrefslogtreecommitdiffstats
path: root/include/netinet/ip_tcp.h
Commit message (Collapse)AuthorAgeFilesLines
* cull useless headers and import a few updates from glibcMike Frysinger2008-01-111-72/+0
|
* 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.
* Revert to the old set of includes.Eric Andersen2000-07-091-0/+72
| | | | -Erik
* Temporarily revert to older working set of files.Eric Andersen2000-07-091-72/+0
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+72