* [PATCH] Fix ppc64 compile problems with autofs in 2.4.30
@ 2005-05-02 21:16 Omkhar Arasaratnam
0 siblings, 0 replies; only message in thread
From: Omkhar Arasaratnam @ 2005-05-02 21:16 UTC (permalink / raw)
To: Linux Kernel list
[-- Attachment #1.1: Type: text/plain, Size: 258 bytes --]
Trivial fix for a missing header file in arch/ppc64/kernel/ioctl32.c so
autofs will compile.
Please merge
--
Omkhar Arasaratnam - Gentoo PPC64 Developer
omkhar@gentoo.org - http://dev.gentoo.org/~omkhar
Gentoo Linux / PPC64 Linux: http://ppc64.gentoo.org
[-- Attachment #1.2: 2.4.30-ppc64-ioctl32.patch --]
[-- Type: text/plain, Size: 470 bytes --]
diff -Naur linux-2.4.30/arch/ppc64/kernel/ioctl32.c linux-2.4.30-new/arch/ppc64/kernel/ioctl32.c
--- linux-2.4.30/arch/ppc64/kernel/ioctl32.c 2005-01-19 09:09:36.000000000 -0500
+++ linux-2.4.30-new/arch/ppc64/kernel/ioctl32.c 2005-05-02 11:57:22.000000000 -0400
@@ -49,6 +49,7 @@
#include <linux/cdrom.h>
#include <linux/loop.h>
#include <linux/auto_fs.h>
+#include <linux/auto_fs4.h>
#include <linux/devfs_fs.h>
#include <linux/tty.h>
#include <linux/vt_kern.h>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 187 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-02 21:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-02 21:16 [PATCH] Fix ppc64 compile problems with autofs in 2.4.30 Omkhar Arasaratnam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox