repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
dist
/
ipf
/
ipsd
/
linux.h
blob
2fadfcfb252903ca1e411bb844d073c3ce53ad98
1
/* $NetBSD$ */
2
3
/*
4
* Copyright (C) 1997-1998 by Darren Reed.
5
*
6
* See the IPFILTER.LICENCE file for details on licencing.
7
*
8
* @(#)linux.h 1.1 8/19/95
9
*/
10
11
#include <linux/config.h>
12
#ifdef MODULE
13
#include <linux/module.h>
14
#include <linux/version.h>
15
#endif
/* MODULE */
16
17
#include
"ip_compat.h"