]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ipfilter/ipsend/linux.h
This commit was generated by cvs2svn to compensate for changes in r135446,
[FreeBSD/FreeBSD.git] / contrib / ipfilter / ipsend / linux.h
1 /*
2  * Copyright (C) 1995-1998 by Darren Reed.
3  *
4  * See the IPFILTER.LICENCE file for details on licencing.
5  *
6  * @(#)linux.h  1.1 8/19/95
7  */
8
9 #include <linux/config.h>
10 #ifdef MODULE
11 #include <linux/module.h>
12 #include <linux/version.h>
13 #endif /* MODULE */
14
15 #include "ip_compat.h"