linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]  Include <linux/stddef.h> in <linux/list.h>
@ 2003-03-05  7:31 Miles Bader
  0 siblings, 0 replies; only message in thread
From: Miles Bader @ 2003-03-05  7:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

The latter uses `NULL' from the former.

diff -ruN -X../cludes linux-2.5.64-moo.orig/include/linux/list.h linux-2.5.64-moo/include/linux/list.h
--- linux-2.5.64-moo.orig/include/linux/list.h	2003-03-05 13:08:12.000000000 +0900
+++ linux-2.5.64-moo/include/linux/list.h	2003-03-05 14:49:31.000000000 +0900
@@ -3,6 +3,7 @@
 
 #ifdef __KERNEL__
 
+#include <linux/stddef.h>
 #include <linux/prefetch.h>
 #include <asm/system.h>
 

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

only message in thread, other threads:[~2003-03-05  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-05  7:31 [PATCH] Include <linux/stddef.h> in <linux/list.h> Miles Bader

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).