summaryrefslogtreecommitdiff
path: root/pfinet/linux/socket.h
blob: c9dcfa6211da8af4bc73a330dd96beacc55d4f6f (plain)
1
2
3
4
5
6
7
8
9
#ifndef _HACK_SOCKET_H_
#define _HACK_SOCKET_H_

#include <sys/socket.h>
#include <sys/ioctl.h>

#define IP_MAX_MEMBERSHIPS 10

#endif