From: Adrian Bunk <bunk@fs.tum.de>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: netdev@oss.sgi.com, trivial@rustcorp.com.au
Subject: [2.5 patch] remove an unneeded #if from net/ipv6/af_inet6.c (fwd)
Date: Fri, 21 Feb 2003 16:57:49 +0100 [thread overview]
Message-ID: <20030221155749.GR531@fs.tum.de> (raw)
Hi Linus,
the trivial patch forwarded below still applies against and compiles in
2.5.62.
Please apply
Adrian
----- Forwarded message from Adrian Bunk <bunk@fs.tum.de> -----
Date: Sat, 18 Jan 2003 18:19:22 +0100
From: Adrian Bunk <bunk@fs.tum.de>
To: Pedro Roque <roque@di.fc.ul.pt>
Cc: netdev@oss.sgi.com
Subject: [2.5 patch] remove an unneeded #if from net/ipv6/af_inet6.c
The patch below removes an unneeded #if from net/ipv6/af_inet6.c:
- kernel 2.0 is too ancient to check for
- the MODULE_* macros have empty definitions #if !MODULE
I've tested the compilation with 2.5.59.
Please apply
Adrian
--- linux-2.5.59-full/net/ipv6/af_inet6.c.old 2003-01-18 18:11:08.000000000 +0100
+++ linux-2.5.59-full/net/ipv6/af_inet6.c 2003-01-18 18:11:38.000000000 +0100
@@ -67,11 +67,9 @@
module for allowing unload */
#endif
-#if defined(MODULE) && LINUX_VERSION_CODE > 0x20115
MODULE_AUTHOR("Cast of dozens");
MODULE_DESCRIPTION("IPv6 protocol stack for Linux");
MODULE_PARM(unloadable, "i");
-#endif
/* IPv6 procfs goodies... */
----- End forwarded message -----
reply other threads:[~2003-02-21 15:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030221155749.GR531@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=netdev@oss.sgi.com \
--cc=torvalds@transmeta.com \
--cc=trivial@rustcorp.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).