All of lore.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL] fix include/linux/sysctl.h for userland
@ 2003-07-19 17:52 Bernardo Innocenti
  2003-07-19 17:59 ` Christoph Hellwig
  2003-07-19 18:01 ` Valdis.Kletnieks
  0 siblings, 2 replies; 4+ messages in thread
From: Bernardo Innocenti @ 2003-07-19 17:52 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


Include linux/compiler.h in include/linux/sysctl.h. Needed to get __user
defined when C library uses this header (ie: no __KERNEL__).

Please apply.

--- linux-2.6.0-test1.orig/include/linux/sysctl.h	2003-07-14 05:34:40.000000000 +0200
+++ linux-2.6.0-test1/include/linux/sysctl.h	2003-07-19 19:20:29.000000000 +0200
@@ -21,6 +21,7 @@
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/list.h>
+#include <linux/compiler.h>
 
 struct file;
 

-- 
  // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/

Please don't send Word attachments - http://www.gnu.org/philosophy/no-word-attachments.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-19 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-19 17:52 [TRIVIAL] fix include/linux/sysctl.h for userland Bernardo Innocenti
2003-07-19 17:59 ` Christoph Hellwig
2003-07-19 18:01 ` Valdis.Kletnieks
2003-07-19 18:40   ` Bernardo Innocenti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.