* [2.6 patch] remove a superfluous #ifndef from net/ip.h
@ 2004-06-27 0:02 Adrian Bunk
2004-06-28 3:39 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2004-06-27 0:02 UTC (permalink / raw)
To: netdev; +Cc: linux-kernel
The patch below removes a superfluous #ifndef from net/ip.h (snmp.h is
guarded by the same #ifndef).
Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
Please apply
Adrian
--- linux-2.6.7-mm2-full/include/net/ip.h.old 2004-06-26 16:28:13.000000000 +0200
+++ linux-2.6.7-mm2-full/include/net/ip.h 2004-06-26 16:28:24.000000000 +0200
@@ -32,10 +32,7 @@
#include <linux/in_route.h>
#include <net/route.h>
#include <net/arp.h>
-
-#ifndef _SNMP_H
#include <net/snmp.h>
-#endif
struct sock;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] remove a superfluous #ifndef from net/ip.h
2004-06-27 0:02 [2.6 patch] remove a superfluous #ifndef from net/ip.h Adrian Bunk
@ 2004-06-28 3:39 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-06-28 3:39 UTC (permalink / raw)
To: Adrian Bunk; +Cc: netdev, linux-kernel
On Sun, 27 Jun 2004 02:02:23 +0200
Adrian Bunk <bunk@fs.tum.de> wrote:
> The patch below removes a superfluous #ifndef from net/ip.h (snmp.h is
> guarded by the same #ifndef).
>
> Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
Looks good to me, applied.
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-28 3:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-27 0:02 [2.6 patch] remove a superfluous #ifndef from net/ip.h Adrian Bunk
2004-06-28 3:39 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®