home *** CD-ROM | disk | FTP | other *** search
- #ifndef STRUCT_INPCB_H
- #define STRUCT_INPCB_H
-
- /* On an optimal system, this file would contain solely: */
- /* #include <netinet/in_pcb.h> */
-
- #include "structsocket.h" /* sigh... dynix */
- #include "confsyncsema.h"
- #include <sys/types.h>
- #ifndef SOCK_STREAM
- #include <sys/socket.h>
- #endif
- #ifdef SYNCSEMA
- #include <sync/queue.h>
- #include <sync/sema.h>
- #ifndef MSIZE
- #include <sys/mbuf.h> /* dorks */
- #endif
- #endif
- #ifndef RTF_UP
- #include <net/route.h>
- #endif
- #ifndef IPPROTO_TCP
- #include <netinet/in.h>
- #endif
- #include <netinet/in_pcb.h> /* XXX: any way to bracket this? */
-
- #endif
-