linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.4.22, missing includes for quota
@ 2003-07-16 18:49 Olaf Hering
  0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2003-07-16 18:49 UTC (permalink / raw)
  To: Christoph Hellwig, Jan Kara; +Cc: linux-kernel

The ioctl32.c uses some defines from linux/quotacompat.h, but that one is not
included.

Can you send that in for inclusion?

diff -purN linux-2.4.22-pre4/arch/ppc64/kernel/sys_ppc32.c linux-2.4.22-pre4.kaputterframebuffer/arch/ppc64/kernel/sys_ppc32.c
--- linux-2.4.22-pre4/arch/ppc64/kernel/sys_ppc32.c	2003-07-10 12:48:30.000000000 +0200
+++ linux-2.4.22-pre4.kaputterframebuffer/arch/ppc64/kernel/sys_ppc32.c	2003-07-10 14:47:32.000000000 +0200
@@ -39,6 +39,7 @@
 #include <linux/smb_mount.h>
 #include <linux/ncp_fs.h>
 #include <linux/quota.h>
+#include <linux/quotacompat.h>
 #include <linux/module.h>
 #include <linux/sunrpc/svc.h>
 #include <linux/nfsd/nfsd.h>

-- 
USB is for mice, FireWire is for men!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-16 18:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-16 18:49 [PATCH] 2.4.22, missing includes for quota Olaf Hering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).