compat.h: Add if_ether.h symbols for older kernels.
[trinity.git] / net / raw_setsockopt.c
blobbdb093f33c19e88135d0b4e636c9e4a63238e0d1
1 #include <linux/icmp.h>
2 #include "net.h"
4 void raw_setsockopt(struct sockopt *so)
6 so->level = SOL_RAW;
7 so->optname = ICMP_FILTER; // that's all (for now?)