TRIVIAL: Remove warning in fs/nfs/nfsroot.c

From: David Gibson (david@gibson.dropbear.id.au)
Date: Mon May 06 2002 - 20:09:11 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue May 07 2002 - 22:00:28 EST