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

Jan-Benedict Glaw (jbglaw@lug-owl.de)
Wed, 29 May 2002 01:57:13 +0200


--U7NLafZe7Bh9OCap
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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>
=20
=20
#define EM86_INTERP "/usr/bin/em86"

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

--U7NLafZe7Bh9OCap
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE89BlSHb1edYOZ4bsRAkqTAJ9BXHvWukB36exceSdW7jyek3fG2wCfT0UR
NZbTt6X7vDjqEcNGrcPb2k4=
=+0AS
-----END PGP SIGNATURE-----

--U7NLafZe7Bh9OCap--
-
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/