]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ipfilter/ipsend/linux.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ipfilter / ipsend / linux.h
1 /*      $FreeBSD$       */
2
3 /*
4  * Copyright (C) 2012 by Darren Reed.
5  *
6  * This code may be freely distributed as long as it retains this notice
7  * and is not changed in any way.  The author accepts no responsibility
8  * for the use of this software.  I hate legaleese, don't you ?
9  *
10  * @(#)linux.h  1.1 8/19/95
11  */
12
13 #include <linux/config.h>
14 #ifdef MODULE
15 #include <linux/module.h>
16 #include <linux/version.h>
17 #endif /* MODULE */
18
19 #include "ip_compat.h"