public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Crutcher Dunnavant <crutcher@datastacks.com>
To: linux-kernel@vger.kernel.org
Cc: alan@redhat.com
Subject: [PATCH] fs/unistr.c needs to include linux/kernel.h
Date: Sat, 18 Aug 2001 16:30:39 -0400	[thread overview]
Message-ID: <20010818163039.C6893@mueller.datastacks.com> (raw)

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

             reply	other threads:[~2001-08-18 20:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-18 20:30 Crutcher Dunnavant [this message]
2001-08-18 20:34 ` s/fs\/uni/fs\/ntfs\/uni/ Crutcher Dunnavant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010818163039.C6893@mueller.datastacks.com \
    --to=crutcher@datastacks.com \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox