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
nexedi
linux
Commits
12e94878
Commit
12e94878
authored
Mar 30, 2003
by
Christoph Hellwig
Committed by
David S. Miller
Mar 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IPV6]: Fix warning with modular ipv6.
parent
7e8d06bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
net/ipv6/af_inet6.c
net/ipv6/af_inet6.c
+3
-3
No files found.
net/ipv6/af_inet6.c
View file @
12e94878
...
...
@@ -62,14 +62,15 @@
#include <asm/uaccess.h>
#include <asm/system.h>
#if
def MODULE
#if
0 /*def MODULE*/
static int unloadable = 0; /* XX: Turn to one when all is ok within the
module for allowing unload */
MODULE_PARM(unloadable, "i");
#endif
MODULE_AUTHOR
(
"Cast of dozens"
);
MODULE_DESCRIPTION
(
"IPv6 protocol stack for Linux"
);
MODULE_
PARM
(
unloadable
,
"i
"
);
MODULE_
LICENSE
(
"GPL
"
);
/* IPv6 procfs goodies... */
...
...
@@ -871,4 +872,3 @@ static void inet6_exit(void)
}
module_exit
(
inet6_exit
);
#endif
/* MODULE */
MODULE_LICENSE
(
"GPL"
);
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