Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/nfs-utils/files: nfs-utils-1.1.4-rpcgen-ioctl.patch nfs-utils-1.1.2-rpcgen-ioctl.patch
Date: Fri, 28 Aug 2009 20:15:46
Message-Id: E1Mfm0F-0002J1-62@stork.gentoo.org
1 vapier 09/08/25 02:43:19
2
3 Added: nfs-utils-1.1.4-rpcgen-ioctl.patch
4 Removed: nfs-utils-1.1.2-rpcgen-ioctl.patch
5 Log:
6 Update rpcgen ioctl patch to reflect changes in upstream.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-fs/nfs-utils/files/nfs-utils-1.1.4-rpcgen-ioctl.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfs-utils-1.1.4-rpcgen-ioctl.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/nfs-utils/files/nfs-utils-1.1.4-rpcgen-ioctl.patch?rev=1.1&content-type=text/plain
14
15 Index: nfs-utils-1.1.4-rpcgen-ioctl.patch
16 ===================================================================
17 http://bugs.gentoo.org/174393
18
19 --- tools/rpcgen/rpc_main.c
20 +++ tools/rpcgen/rpc_main.c
21 @@ -548,7 +548,7 @@
22 f_print(fout, "#include <sys/ttycom.h>/* TIOCNOTTY */\n");
23 #else
24 if( !tirpcflag )
25 - f_print(fout, "#include <sys/ttycom.h>/* TIOCNOTTY */\n");
26 + f_print(fout, "#include <sys/ioctl.h>/* TIOCNOTTY */\n");
27 #endif
28 if( Cflag && (inetdflag || pmflag ) ) {
29 f_print(fout, "#ifdef __cplusplus\n");