* [PATCH] cosmetic: missing includes (net/sched)
@ 2001-02-09 1:04 Werner Almesberger
2001-02-09 6:01 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Werner Almesberger @ 2001-02-09 1:04 UTC (permalink / raw)
To: linux-kernel
This patch for 2.4.2-pre1 adds a few includes I forgot in sch_atm.c and
sch_dsmark.c
Their absence didn't cause any kernel compilation problems, but it may
well in the future (or when compiling things in a different context,
that's why I, ehm ... finally, noticed the problem).
- Werner
------------------------------------ patch ------------------------------------
--- linux.orig/net/sched/sch_atm.c Wed Mar 22 08:38:27 2000
+++ linux/net/sched/sch_atm.c Fri Feb 9 01:56:07 2001
@@ -5,6 +5,8 @@
#include <linux/config.h>
#include <linux/module.h>
+#include <linux/string.h>
+#include <linux/errno.h>
#include <linux/skbuff.h>
#include <linux/interrupt.h>
#include <linux/atmdev.h>
--- linux.orig/net/sched/sch_dsmark.c Mon Jan 22 22:30:21 2001
+++ linux/net/sched/sch_dsmark.c Fri Feb 9 01:56:58 2001
@@ -6,6 +6,8 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/types.h>
+#include <linux/string.h>
+#include <linux/errno.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h> /* for pkt_sched */
#include <linux/rtnetlink.h>
--
_________________________________________________________________________
/ Werner Almesberger, ICA, EPFL, CH Werner.Almesberger@epfl.ch /
/_IN_N_032__Tel_+41_21_693_6621__Fax_+41_21_693_6610_____________________/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] cosmetic: missing includes (net/sched)
2001-02-09 1:04 [PATCH] cosmetic: missing includes (net/sched) Werner Almesberger
@ 2001-02-09 6:01 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2001-02-09 6:01 UTC (permalink / raw)
To: Werner Almesberger; +Cc: linux-kernel
Werner Almesberger writes:
> This patch for 2.4.2-pre1 adds a few includes I forgot in sch_atm.c and
> sch_dsmark.c
Applied, thanks.
Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-02-09 6:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-09 1:04 [PATCH] cosmetic: missing includes (net/sched) Werner Almesberger
2001-02-09 6:01 ` 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®