[PATCH] 2.4.19-pre8 Intermezzo Compile Fix

Marc-Christian Petersen (mcp@linux-systeme.de)
Mon, 20 May 2002 03:50:21 +0200


--------------Boundary-00=_XRZDB5SOPSFGBDJ91JGS
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi all,

InterMezzo isn't buildable with 2.4.19-pre8.
Patch is attached, fixes missing include.

This is also CC'ed to Marcello.

If this was reported before, i don't get it.
This is, i think, since 2.4.19-pre5.

--=20
Kind regards
Marc-Christian Petersen

http://sourceforge.net/projects/wolk

PGP/GnuPG Key: 1024D/408B2D54947750EC
Fingerprint: 8602 69E0 A9C2 A509 8661 2B0B 408B 2D54 9477 50EC
Key available at wwwkeys.pgp.net. Encrypted e-mail preferred.

--------------Boundary-00=_XRZDB5SOPSFGBDJ91JGS
Content-Type: text/x-diff;
charset="us-ascii";
name="intermezzo-compile-fix.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="intermezzo-compile-fix.patch"

--- linux-jp12/fs/intermezzo/psdev.c Mon Feb 25 20:38:08 2002
+++ linux/fs/intermezzo/psdev.c Mon May 20 00:20:45 2002
@@ -46,6 +46,7 @@
#include <linux/init.h>
#include <linux/list.h>
#include <asm/io.h>
+#include <asm/ioctls.h>
#include <asm/segment.h>
#include <asm/system.h>
#include <asm/poll.h>

--------------Boundary-00=_XRZDB5SOPSFGBDJ91JGS--

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