public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix NFS compilation in -git9
@ 2006-06-25 20:18 Andi Kleen
  2006-06-26  9:59 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2006-06-25 20:18 UTC (permalink / raw)
  To: linux-kernel, dhowells, trond.myklebust


Needed to fix NFS compilation 

Signed-off-by: Andi Kleen <ak@suse.de>

Index: linux/fs/nfs/internal.h
===================================================================
--- linux.orig/fs/nfs/internal.h
+++ linux/fs/nfs/internal.h
@@ -1,3 +1,6 @@
+#ifndef INTERNAL_H
+#define INTERNAL_H 1
+
 /*
  * NFS internal definitions
  */
@@ -184,3 +187,5 @@ static inline int valid_ipaddr4(const ch
 	}
 	return 0;
 }
+
+#endif

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-26  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-25 20:18 [PATCH] Fix NFS compilation in -git9 Andi Kleen
2006-06-26  9:59 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox