linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/unistr.c needs to include linux/kernel.h
@ 2001-08-18 20:30 Crutcher Dunnavant
  2001-08-18 20:34 ` s/fs\/uni/fs\/ntfs\/uni/ Crutcher Dunnavant
  0 siblings, 1 reply; 2+ messages in thread
From: Crutcher Dunnavant @ 2001-08-18 20:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

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+>*$

[-- Attachment #2: patch-2.4.9-cd-unistr.c_include_kernel.h --]
[-- Type: text/plain, Size: 298 bytes --]

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

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

* s/fs\/uni/fs\/ntfs\/uni/
  2001-08-18 20:30 [PATCH] fs/unistr.c needs to include linux/kernel.h Crutcher Dunnavant
@ 2001-08-18 20:34 ` Crutcher Dunnavant
  0 siblings, 0 replies; 2+ messages in thread
From: Crutcher Dunnavant @ 2001-08-18 20:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan

++ 18/08/01 16:30 -0400 - Crutcher Dunnavant:
> Subject pretty much says it all, fs/unistr.h uses min(),
Subject pretty much says it all, fs/ntfs/unistr.h uses min(),

oopse. But the patch still holds.

-- 
Crutcher        <crutcher@datastacks.com>
GCS d--- s+:>+:- a-- C++++$ UL++++$ L+++$>++++ !E PS+++ PE Y+ PGP+>++++
    R-(+++) !tv(+++) b+(++++) G+ e>++++ h+>++ r* y+>*$

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

end of thread, other threads:[~2001-08-18 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-18 20:30 [PATCH] fs/unistr.c needs to include linux/kernel.h Crutcher Dunnavant
2001-08-18 20:34 ` s/fs\/uni/fs\/ntfs\/uni/ Crutcher Dunnavant

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