* TRIVIAL: Remove warning in fs/nfs/nfsroot.c
@ 2002-05-07 1:09 David Gibson
0 siblings, 0 replies; only message in thread
From: David Gibson @ 2002-05-07 1:09 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, trivial
Linus, please apply. The patch below removes a warning in
fs/nfs/nfsroot.c by including a header file providing a prototype for
in_aton().
diff -urN /home/dgibson/kernel/linuxppc-2.5/fs/nfs/nfsroot.c linux-bluefish/fs/nfs/nfsroot.c
--- /home/dgibson/kernel/linuxppc-2.5/fs/nfs/nfsroot.c Fri May 3 22:39:18 2002
+++ linux-bluefish/fs/nfs/nfsroot.c Tue May 7 10:55:29 2002
@@ -80,6 +80,7 @@
#include <linux/in.h>
#include <linux/major.h>
#include <linux/utsname.h>
+#include <linux/inet.h>
#include <net/ipconfig.h>
/* Define this to allow debugging output */
--
David Gibson | For every complex problem there is a
david@gibson.dropbear.id.au | solution which is simple, neat and
| wrong. -- H.L. Mencken
http://www.ozlabs.org/people/dgibson
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-05-07 1:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-07 1:09 TRIVIAL: Remove warning in fs/nfs/nfsroot.c David Gibson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.