diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2009-04-08 09:47:02 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2009-04-08 09:47:02 +0000 |
commit | a07d3df748a32c8f87161df1679a042f2f366a87 (patch) | |
tree | 14ce7d68b36ea7828d2db644a082ce4b419e4f9d /extra/nfs-utils/nfs-utils-rpc.patch | |
parent | d437587cbbab753a400f07c1f44106f79d279cf3 (diff) | |
download | aports-a07d3df748a32c8f87161df1679a042f2f366a87.tar.bz2 aports-a07d3df748a32c8f87161df1679a042f2f366a87.tar.xz |
extra/nfs-utils: new aport
Diffstat (limited to 'extra/nfs-utils/nfs-utils-rpc.patch')
-rw-r--r-- | extra/nfs-utils/nfs-utils-rpc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/nfs-utils/nfs-utils-rpc.patch b/extra/nfs-utils/nfs-utils-rpc.patch new file mode 100644 index 000000000..b05b67a6b --- /dev/null +++ b/extra/nfs-utils/nfs-utils-rpc.patch @@ -0,0 +1,11 @@ +--- tools/rpcgen/rpc_main.c Tue Apr 7 21:53:12 2009 ++++ tools/rpcgen/rpc_main.c Tue Apr 7 21:53:12 2009 +@@ -550,7 +550,7 @@ + f_print(fout, "#include <sys/ttycom.h>/* TIOCNOTTY */\n"); + #else + if( !tirpcflag ) +- f_print(fout, "#include <sys/ttycom.h>/* TIOCNOTTY */\n"); ++ f_print(fout, "#include <sys/ioctl.h>/* TIOCNOTTY */\n"); + #endif + if( Cflag && (inetdflag || pmflag ) ) { + f_print(fout, "#ifdef __cplusplus\n"); |