Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e41bbf2a
Commit
e41bbf2a
authored
Mar 06, 2003
by
Alan Cox
Committed by
Linus Torvalds
Mar 06, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] remove 2.0 and 2.2 stuff from netfilter
parent
53e2eed2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
include/linux/netfilter_ipv4/ipchains_core.h
include/linux/netfilter_ipv4/ipchains_core.h
+0
-4
No files found.
include/linux/netfilter_ipv4/ipchains_core.h
View file @
e41bbf2a
...
@@ -178,12 +178,8 @@ extern int ip_fw_masq_timeouts(void *, int);
...
@@ -178,12 +178,8 @@ extern int ip_fw_masq_timeouts(void *, int);
#include <linux/config.h>
#include <linux/config.h>
#include <linux/version.h>
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,0)
#include <linux/init.h>
#include <linux/init.h>
extern
void
ip_fw_init
(
void
)
__init
;
extern
void
ip_fw_init
(
void
)
__init
;
#else
/* 2.0.x */
extern
void
ip_fw_init
(
void
);
#endif
/* 2.1.x */
extern
int
ip_fw_ctl
(
int
,
void
*
,
int
);
extern
int
ip_fw_ctl
(
int
,
void
*
,
int
);
#ifdef CONFIG_IP_MASQUERADE
#ifdef CONFIG_IP_MASQUERADE
extern
int
ip_masq_uctl
(
int
,
char
*
,
int
);
extern
int
ip_masq_uctl
(
int
,
char
*
,
int
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment