public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Udo A. Steinberg" <reality@delusion.de>
To: Linus Torvalds <torvalds@transmeta.com>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] dnotify compile fix
Date: Sun, 20 Jan 2002 14:18:30 +0100	[thread overview]
Message-ID: <3C4AC3A6.5E545E31@delusion.de> (raw)


Hi,

The following patch against 2.5.3-pre2 fixes a compile error in dnotify.h.
I'm not sure if this is the preferred way, but it works for me.

diff -Naur -X dontdiff linux-2.5.3-vanilla/include/linux/dnotify.h linux-2.5.3/include/linux/dnotify.h
--- linux-2.5.3-vanilla/include/linux/dnotify.h Fri Sep 22 23:21:22 2000
+++ linux-2.5.3/include/linux/dnotify.h Sun Jan 20 13:46:23 2002
@@ -4,6 +4,8 @@
  * Copyright 2000 (C) Stephen Rothwell
  */

+#include <linux/fs.h>
+
 struct dnotify_struct {
        struct dnotify_struct * dn_next;
        int                     dn_magic;

                 reply	other threads:[~2002-01-20 13:19 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=3C4AC3A6.5E545E31@delusion.de \
    --to=reality@delusion.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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