| version 1.55, 2000/06/04 08:50:28 |
version 1.55.2.2, 2001/05/01 10:29:06 |
|
|
| #include <sys/ansi.h> |
#include <sys/ansi.h> |
| #ifndef socklen_t |
#ifndef socklen_t |
| typedef __socklen_t socklen_t; |
typedef __socklen_t socklen_t; |
| #define socklen_t socklen_t |
#define socklen_t __socklen_t |
| #endif |
#endif |
| |
|
| /* |
/* |
| Line 466 struct omsghdr { |
|
| Line 466 struct omsghdr { |
|
| }; |
}; |
| #endif |
#endif |
| |
|
| |
#include <sys/cdefs.h> |
| |
|
| |
__BEGIN_DECLS |
| int __cmsg_alignbytes __P((void)); |
int __cmsg_alignbytes __P((void)); |
| |
__END_DECLS |
| |
|
| #ifndef _KERNEL |
#ifndef _KERNEL |
| |
|
| #include <sys/cdefs.h> |
|
| |
|
| __BEGIN_DECLS |
__BEGIN_DECLS |
| int accept __P((int, struct sockaddr *, socklen_t *)); |
int accept __P((int, struct sockaddr *, socklen_t *)); |
| int bind __P((int, const struct sockaddr *, socklen_t)); |
int bind __P((int, const struct sockaddr *, socklen_t)); |