source: freewrt/package/nfs-utils/patches/patch-tools_rpcgen_rpc_cout_c@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was b9bc18a, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

add nfs-utils package, add kmod-fs-nfsd, fix tcp_wrappers build

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1227 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 442 bytes
Line 
1$FreeWRT$
2--- nfs-utils-1.0.10.orig/tools/rpcgen/rpc_cout.c 2006-08-07 08:40:50.000000000 +0200
3+++ nfs-utils-1.0.10/tools/rpcgen/rpc_cout.c 2006-11-28 23:22:26.000000000 +0100
4@@ -647,7 +647,7 @@ emit_single_in_line(declaration *decl, i
5 int freed=0;
6
7 if(flag == PUT)
8- f_print(fout,"\t\t (void) IXDR_PUT_");
9+ f_print(fout,"\t\t IXDR_PUT_");
10 else
11 if(rel== REL_ALIAS)
12 f_print(fout,"\t\t objp->%s = IXDR_GET_",decl->name);
Note: See TracBrowser for help on using the repository browser.