|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.54, 2000/04/03 11:49:25 | version 1.55, 2000/06/04 08:50:28 | ||
|---|---|---|---|
|
|
||
| /* | /* | ||
| * Data types. | * Data types. | ||
| */ | */ | ||
| typedef unsigned int socklen_t; | #include <sys/ansi.h> | ||
| #ifndef socklen_t | |||
| typedef __socklen_t socklen_t; | |||
| #define socklen_t socklen_t | |||
| #endif | |||
| /* | /* | ||
| * Socket types. | * Socket types. |