|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.60, 2001/05/05 12:47:58 | version 1.61, 2001/07/17 11:49:41 | ||
|---|---|---|---|
|
|
||
| int socket __P((int, int, int)); | int socket __P((int, int, int)); | ||
| int socketpair __P((int, int, int, int *)); | int socketpair __P((int, int, int, int *)); | ||
| __END_DECLS | __END_DECLS | ||
| #else | |||
| #ifdef COMPAT_OLDSOCK | |||
| #define MSG_COMPAT 0x8000 | |||
| #endif | |||
| #endif /* !_KERNEL */ | #endif /* !_KERNEL */ | ||
| #endif /* !_SYS_SOCKET_H_ */ | #endif /* !_SYS_SOCKET_H_ */ |