From: Michael Madore <mmadore@turbolinux.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] small patch for ntfs driver
Date: Thu, 06 Sep 2001 22:00:11 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590698805133@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
Hi,
The ntfs driver compile is broken in 2.4.9 due to the min/max changes.
Here is a patch if anyone is interested.
Mike Madore
Senior Software Engineer
TurboLinux, Inc.
650-228-5203
[-- Attachment #2: kernel-2.4.9-ntfs_minmax.patch --]
[-- Type: text/plain, Size: 298 bytes --]
diff -Nur linux/fs/ntfs/unistr.c linux.new/fs/ntfs/unistr.c
--- linux/fs/ntfs/unistr.c Wed Aug 15 01:22:17 2001
+++ linux.new/fs/ntfs/unistr.c Thu Sep 6 13:25:07 2001
@@ -22,6 +22,7 @@
*/
#include <linux/string.h>
+#include <linux/kernel.h>
#include <asm/byteorder.h>
#include "unistr.h"
reply other threads:[~2001-09-06 22:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=marc-linux-ia64-105590698805133@msgid-missing \
--to=mmadore@turbolinux.com \
--cc=linux-ia64@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.