AutoFS development
 help / color / mirror / Atom feed
* [PATCH 1/3] autofs-5.0.7 - include linux/nfs.h directly in rpc_subs.h
@ 2013-03-14 15:20 Andreas Oberritter
  2013-03-14 15:20 ` [PATCH 2/3] autofs-5.0.7 - pass -pthread flag to gcc Andreas Oberritter
  2013-03-14 15:21 ` [PATCH 3/3] autofs-5.0.7 - create a shared library Andreas Oberritter
  0 siblings, 2 replies; 8+ messages in thread
From: Andreas Oberritter @ 2013-03-14 15:20 UTC (permalink / raw)
  To: autofs

Fixes compile error with uclibc. Glibc's nfs/nfs.h contains
nothing but "#include linux/nfs.h". rpc_subs.h already includes
other linux/nfs*.h files directly.

Signed-off-by: Andreas Oberritter <obi@saftware.de>
---
 include/rpc_subs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/rpc_subs.h b/include/rpc_subs.h
index b6d59f9..a2d9648 100644
--- a/include/rpc_subs.h
+++ b/include/rpc_subs.h
@@ -18,7 +18,7 @@
 
 #include <rpc/rpc.h>
 #include <rpc/pmap_prot.h>
-#include <nfs/nfs.h>
+#include <linux/nfs.h>
 #include <linux/nfs2.h>
 #include <linux/nfs3.h>
 
-- 
1.7.10.4


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

end of thread, other threads:[~2013-03-15 15:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 15:20 [PATCH 1/3] autofs-5.0.7 - include linux/nfs.h directly in rpc_subs.h Andreas Oberritter
2013-03-14 15:20 ` [PATCH 2/3] autofs-5.0.7 - pass -pthread flag to gcc Andreas Oberritter
2013-03-14 15:21 ` [PATCH 3/3] autofs-5.0.7 - create a shared library Andreas Oberritter
2013-03-14 22:30   ` [PATCH v2] " Andreas Oberritter
2013-03-15 10:28     ` Michael Tokarev
2013-03-15 13:45       ` Andreas Oberritter
     [not found]       ` <51432119.2010200@saftware.de>
     [not found]         ` <5143249F.1030808@msgid.tls.msk.ru>
2013-03-15 14:28           ` Andreas Oberritter
2013-03-15 15:46             ` [PATCH] autofs-5.0.7 - link autofs.a into executable only Andreas Oberritter

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