diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 16:59:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 16:59:29 +0000 |
commit | 5ea3664cce8fdb9d186a9d0ac44a090b40fab7d1 (patch) | |
tree | 3416401f0759c2f70f094dcf400191dc637ca09e /pfinet | |
parent | dea71be279b0a49611d68db8a3ca998a00835da4 (diff) |
Formerly socket.h.~2~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/linux/socket.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pfinet/linux/socket.h b/pfinet/linux/socket.h index dc979c05..c9dcfa62 100644 --- a/pfinet/linux/socket.h +++ b/pfinet/linux/socket.h @@ -1 +1,9 @@ +#ifndef _HACK_SOCKET_H_ +#define _HACK_SOCKET_H_ + #include <sys/socket.h> +#include <sys/ioctl.h> + +#define IP_MAX_MEMBERSHIPS 10 + +#endif |