linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/ntfs/unistr.c wont compile in 2.4.9
@ 2001-08-29 21:00 Bjorn Wesen
  0 siblings, 0 replies; only message in thread
From: Bjorn Wesen @ 2001-08-29 21:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds

In case you haven't already fixed it in a pre- kernel.. min() is
unrecognized without linux/kernel.h included here.

--- unistr.c~   Thu Aug 30 23:48:34 2001
+++ unistr.c    Thu Aug 30 23:58:39 2001
@@ -22,6 +22,7 @@
  */
 
 #include <linux/string.h>
+#include <linux/kernel.h>
 #include <asm/byteorder.h>
 
 #include "unistr.h"



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

only message in thread, other threads:[~2001-08-29 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-29 21:00 [PATCH] fs/ntfs/unistr.c wont compile in 2.4.9 Bjorn Wesen

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