| version 1.40, 1998/12/13 19:19:34 |
version 1.41, 1998/12/18 13:18:42 |
| Line 389 int socket __P((int, int, int)); |
|
| Line 389 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 |
#else |
| # if !defined(_LKM) |
#ifdef COMPAT_OLDSOCK |
| # include "opt_compat_freebsd.h" |
#define MSG_COMPAT 0x8000 |
| # include "opt_compat_linux.h" |
#endif |
| # include "opt_compat_sunos.h" |
|
| # include "opt_compat_hpux.h" |
|
| # include "opt_compat_43.h" |
|
| # endif |
|
| # if defined(COMPAT_43) || defined(COMPAT_SUNOS) || defined(COMPAT_LINUX) || \ |
|
| defined(COMPAT_HPUX) || defined(COMPAT_FREEBSD) || defined(COMPAT_ULTRIX) |
|
| # define COMPAT_OLDSOCK |
|
| # define MSG_COMPAT 0x8000 |
|
| # endif |
|
| #endif /* !_KERNEL */ |
#endif /* !_KERNEL */ |
| |
|
| #endif /* !_SYS_SOCKET_H_ */ |
#endif /* !_SYS_SOCKET_H_ */ |