| version 1.35, 1998/06/25 23:57:03 |
version 1.36, 1998/06/26 13:57:20 |
| Line 384 int socket __P((int, int, int)); |
|
| Line 384 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) |
# if defined(_KERNEL) && !defined(_LKM) |
| # include "opt_compat_freebsd.h" |
# include "opt_compat_freebsd.h" |
| # include "opt_compat_linux.h" |
# include "opt_compat_linux.h" |
| # include "opt_compat_sunos.h" |
# include "opt_compat_sunos.h" |