lkml.org 
[lkml]   [2001]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fs/ntfs/unistr.c wont compile in 2.4.9
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"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:01    [W:0.054 / U:0.484 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site