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
b17e779c
Commit
b17e779c
authored
Feb 22, 2003
by
Christoph Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Remove __NO_VERSION__ from networking code.
parent
d6f97d8e
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
0 additions
and
23 deletions
+0
-23
net/ipv4/netfilter/ip_conntrack_core.c
net/ipv4/netfilter/ip_conntrack_core.c
+0
-3
net/ipv4/netfilter/ip_conntrack_proto_tcp.c
net/ipv4/netfilter/ip_conntrack_proto_tcp.c
+0
-1
net/ipv4/netfilter/ip_nat_core.c
net/ipv4/netfilter/ip_nat_core.c
+0
-3
net/ipv4/netfilter/ip_nat_rule.c
net/ipv4/netfilter/ip_nat_rule.c
+0
-1
net/ipv6/icmp.c
net/ipv6/icmp.c
+0
-1
net/ipv6/ipv6_sockglue.c
net/ipv6/ipv6_sockglue.c
+0
-1
net/ipv6/mcast.c
net/ipv6/mcast.c
+0
-1
net/ipv6/ndisc.c
net/ipv6/ndisc.c
+0
-1
net/ipv6/sit.c
net/ipv6/sit.c
+0
-1
net/ipv6/tcp_ipv6.c
net/ipv6/tcp_ipv6.c
+0
-1
net/irda/irproc.c
net/irda/irproc.c
+0
-1
net/netrom/nr_dev.c
net/netrom/nr_dev.c
+0
-1
net/rose/rose_dev.c
net/rose/rose_dev.c
+0
-1
net/sctp/ipv6.c
net/sctp/ipv6.c
+0
-1
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/auth_gss/auth_gss.c
+0
-1
net/sunrpc/auth_gss/sunrpcgss_syms.c
net/sunrpc/auth_gss/sunrpcgss_syms.c
+0
-1
net/sunrpc/stats.c
net/sunrpc/stats.c
+0
-1
net/sunrpc/sunrpc_syms.c
net/sunrpc/sunrpc_syms.c
+0
-1
net/sunrpc/sysctl.c
net/sunrpc/sysctl.c
+0
-1
No files found.
net/ipv4/netfilter/ip_conntrack_core.c
View file @
b17e779c
...
...
@@ -13,9 +13,6 @@
* - export ip_conntrack[_expect]_{find_get,put} functions
* */
#ifdef MODULE
#define __NO_VERSION__
#endif
#include <linux/version.h>
#include <linux/config.h>
#include <linux/types.h>
...
...
net/ipv4/netfilter/ip_conntrack_proto_tcp.c
View file @
b17e779c
#define __NO_VERSION__
#include <linux/types.h>
#include <linux/sched.h>
#include <linux/timer.h>
...
...
net/ipv4/netfilter/ip_nat_core.c
View file @
b17e779c
...
...
@@ -2,9 +2,6 @@
/* (c) 1999 Paul `Rusty' Russell. Licenced under the GNU General
Public Licence. */
#ifdef MODULE
#define __NO_VERSION__
#endif
#include <linux/version.h>
#include <linux/module.h>
#include <linux/types.h>
...
...
net/ipv4/netfilter/ip_nat_rule.c
View file @
b17e779c
/* Everything about the rules for NAT. */
#define __NO_VERSION__
#include <linux/types.h>
#include <linux/ip.h>
#include <linux/netfilter.h>
...
...
net/ipv6/icmp.c
View file @
b17e779c
...
...
@@ -28,7 +28,6 @@
* YOSHIFUJI Hideaki @USAGI: added sysctl for icmp rate limit.
*/
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/types.h>
...
...
net/ipv6/ipv6_sockglue.c
View file @
b17e779c
...
...
@@ -21,7 +21,6 @@
* o Return an optlen of the truncated length if need be
*/
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/config.h>
#include <linux/errno.h>
...
...
net/ipv6/mcast.c
View file @
b17e779c
...
...
@@ -26,7 +26,6 @@
* - MLD for link-local addresses.
*/
#define __NO_VERSION__
#include <linux/config.h>
#include <linux/module.h>
#include <linux/errno.h>
...
...
net/ipv6/ndisc.c
View file @
b17e779c
...
...
@@ -42,7 +42,6 @@
#define ND_PRINTK2 ND_PRINTK
#endif
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/config.h>
#include <linux/errno.h>
...
...
net/ipv6/sit.c
View file @
b17e779c
...
...
@@ -18,7 +18,6 @@
* Nate Thompson <nate@thebog.net>: 6to4 support
*/
#define __NO_VERSION__
#include <linux/config.h>
#include <linux/module.h>
#include <linux/errno.h>
...
...
net/ipv6/tcp_ipv6.c
View file @
b17e779c
...
...
@@ -24,7 +24,6 @@
* 2 of the License, or (at your option) any later version.
*/
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/config.h>
#include <linux/errno.h>
...
...
net/irda/irproc.c
View file @
b17e779c
...
...
@@ -25,7 +25,6 @@
#include <linux/miscdevice.h>
#include <linux/proc_fs.h>
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/init.h>
...
...
net/netrom/nr_dev.c
View file @
b17e779c
...
...
@@ -7,7 +7,6 @@
* Copyright Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk)
*/
#include <linux/config.h>
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/kernel.h>
...
...
net/rose/rose_dev.c
View file @
b17e779c
...
...
@@ -7,7 +7,6 @@
* Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk)
*/
#include <linux/config.h>
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/kernel.h>
...
...
net/sctp/ipv6.c
View file @
b17e779c
...
...
@@ -45,7 +45,6 @@
* be incorporated into the next SCTP release.
*/
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/types.h>
...
...
net/sunrpc/auth_gss/auth_gss.c
View file @
b17e779c
...
...
@@ -38,7 +38,6 @@
*/
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
...
...
net/sunrpc/auth_gss/sunrpcgss_syms.c
View file @
b17e779c
#define __NO_VERSION__
#include <linux/config.h>
#include <linux/module.h>
...
...
net/sunrpc/stats.c
View file @
b17e779c
...
...
@@ -12,7 +12,6 @@
* Copyright (C) 1995, 1996, 1997 Olaf Kirch <okir@monad.swb.de>
*/
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/init.h>
...
...
net/sunrpc/sunrpc_syms.c
View file @
b17e779c
...
...
@@ -6,7 +6,6 @@
* Copyright (C) 1997 Olaf Kirch <okir@monad.swb.de>
*/
#define __NO_VERSION__
#include <linux/config.h>
#include <linux/module.h>
...
...
net/sunrpc/sysctl.c
View file @
b17e779c
...
...
@@ -14,7 +14,6 @@
#include <linux/ctype.h>
#include <linux/fs.h>
#include <linux/sysctl.h>
#define __NO_VERSION__
#include <linux/module.h>
#include <asm/uaccess.h>
...
...
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