lkml.org 
[lkml]   [2001]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fs/unistr.c needs to include linux/kernel.h
Subject pretty much says it all, fs/unistr.h uses min(),
but does not include linux/kernel.h

This causes build errors.

--
Crutcher <crutcher@datastacks.com>
GCS d--- s+:>+:- a-- C++++$ UL++++$ L+++$>++++ !E PS+++ PE Y+ PGP+>++++
R-(+++) !tv(+++) b+(++++) G+ e>++++ h+>++ r* y+>*$
--- linux/fs/ntfs/unistr.c.include Sat Aug 18 16:19:28 2001
+++ linux/fs/ntfs/unistr.c Sat Aug 18 16:19:06 2001
@@ -21,6 +21,7 @@
* Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

+#include <linux/kernel.h>
#include <linux/string.h>
#include <asm/byteorder.h>
\
 
 \ /
  Last update: 2005-03-22 12:57    [W:0.372 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site