[PATCH-2.5] Trivial compile fix to fs/binfmt_em86.c

From: Jan-Benedict Glaw (jbglaw@lug-owl.de)
Date: Tue May 28 2002 - 18:57:13 EST


Hi Linus!

Please apply this patch to let binfmt_em86.c compile again.

MfG, JBG

diff -Nur orig/linux-2.5.18/fs/binfmt_em86.c linux-2.5.18/fs/binfmt_em86.c
--- orig/linux-2.5.18/fs/binfmt_em86.c Sat May 25 03:55:28 2002
+++ linux-2.5.18/fs/binfmt_em86.c Tue May 28 20:18:00 2002
@@ -16,7 +16,9 @@
 #include <linux/binfmts.h>
 #include <linux/elf.h>
 #include <linux/init.h>
+#include <linux/fs.h>
 #include <linux/file.h>
+#include <linux/errno.h>
 
 
 #define EM86_INTERP "/usr/bin/em86"

-- 
Jan-Benedict Glaw   .   jbglaw@lug-owl.de   .   +49-172-7608481
	 -- New APT-Proxy written in shell script --
	   http://lug-owl.de/~jbglaw/software/ap2/


- 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 : Fri May 31 2002 - 22:00:24 EST