FreeBSD Bugzilla – Attachment 139347 Details for
Bug 185582
[patch] rpcgen(1): make rpcgen generate usable sample code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 923 bytes, created by
Pawel Biernacki
on 2014-01-08 14:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pawel Biernacki
Created:
2014-01-08 14:40:00 UTC
Size:
923 bytes
patch
obsolete
>Index: usr.bin/rpcgen/rpc_main.c >=================================================================== >--- usr.bin/rpcgen/rpc_main.c (revision 260414) >+++ usr.bin/rpcgen/rpc_main.c (working copy) >@@ -879,7 +879,7 @@ > $(LDLIBS) \n\n"); > f_print(fout, "$(SERVER) : $(OBJECTS_SVC) \n"); > f_print(fout, "\t$(CC) -o $(SERVER) $(OBJECTS_SVC) $(LDLIBS)\n\n "); >- f_print(fout, "clean:\n\t $(RM) -f core $(TARGETS) $(OBJECTS_CLNT) \ >+ f_print(fout, "clean:\n\t rm -f core $(TARGETS) $(OBJECTS_CLNT) \ > $(OBJECTS_SVC) $(CLIENT) $(SERVER)\n\n"); > } > >Index: usr.bin/rpcgen/rpc_sample.c >=================================================================== >--- usr.bin/rpcgen/rpc_sample.c (revision 260414) >+++ usr.bin/rpcgen/rpc_sample.c (working copy) >@@ -270,6 +270,7 @@ > version_list *vp; > > f_print(fout, "\n\n"); >+ f_print(fout, "int\n"); > f_print(fout, "main(int argc, char *argv[])\n{\n"); > > f_print(fout, "\tchar *host;");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 185582
: 139347