[PATCH] dnotify compile fix

Udo A. Steinberg (reality@delusion.de)
Sun, 20 Jan 2002 14:18:30 +0100


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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/