Cosmetics from FreeBSD.

This commit is contained in:
Ralf Corsepius
2007-03-25 07:33:20 +00:00
parent 590bf06bbd
commit 3bf2241fd2

View File

@@ -38,12 +38,15 @@
#include <sys/queue.h> /* for TAILQ macros */
#include <sys/select.h> /* for struct selinfo */
/*
* Kernel structure per socket.
* Contains send and receive buffer queues,
* handle on protocol and pointer to protocol
* private data and error information.
*/
typedef u_quad_t so_gen_t;
struct socket {
short so_type; /* generic type, see socket.h */
short so_options; /* from socket call, see socket.h */