linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Oleg O. Ossovitskii" <oleg@kgpa.ru>
To: linux-kernel@vger.kernel.org
Subject: Small slip in ntfs code from linux kernel 2.4.9
Date: Wed, 29 Aug 2001 15:39:23 +0300	[thread overview]
Message-ID: <1161445508.20010829153923@kgpa.ru> (raw)

Hello,

 Linux kernel 2.4.9 can't be compiled if NTFS support is added. Fix of
 this problem see at bottom of letter.

=== cut ===
diff -u --recursive --new-file linux-2.4.9/fs/ntfs/unistr.c linux-2.4.9-oo1/fs/ntfs/unistr.c
--- linux-2.4.9/fs/ntfs/unistr.c        Mon Aug 27 16:35:21 2001
+++ linux-2.4.9-oo1/fs/ntfs/unistr.c    Mon Aug 27 16:23:25 2001
@@ -22,6 +22,7 @@
  */
 
 #include <linux/string.h>
+#include <linux/kernel.h>
 #include <asm/byteorder.h>
 
 #include "unistr.h"

 === cut ===


Best regards, Oleg O. Ossovitskii
system programmer of KGPA Ltd.
tel: +7(0112)46-23-40, fax: +7(0112)43-64-96
mailto:oleg@kgpa.ru, icq# 33366588



                 reply	other threads:[~2001-08-29 12:39 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=1161445508.20010829153923@kgpa.ru \
    --to=oleg@kgpa.ru \
    --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;
as well as URLs for NNTP newsgroup(s).