summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen/rpc_clntout.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-25 11:43:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-25 11:43:48 +0000
commit35ab9586c2e46d42b8fb711ce00658fc126cbc61 (patch)
treed2e952cc7097c09c27931809c741c7865b4483d8 /usr.bin/rpcgen/rpc_clntout.c
parent60d4fee48a43e9102b86b6709e2a6d48dd2c86f5 (diff)
downloadsrc-test2-35ab9586c2e46d42b8fb711ce00658fc126cbc61.tar.gz
src-test2-35ab9586c2e46d42b8fb711ce00658fc126cbc61.zip
include <pthread.h>
Submitted by: Alexander Leidinger <netchild@wurzelausix.CS.Uni-SB.DE>
Notes
Notes: svn path=/head/; revision=39642
Diffstat (limited to 'usr.bin/rpcgen/rpc_clntout.c')
-rw-r--r--usr.bin/rpcgen/rpc_clntout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c
index e4a9db7cf373..48869ddd3b10 100644
--- a/usr.bin/rpcgen/rpc_clntout.c
+++ b/usr.bin/rpcgen/rpc_clntout.c
@@ -266,7 +266,7 @@ printbody(proc)
RESULT);
if (mtflag)
- f_print(fout, "\n\t\tTIMEOUT));\n}\n");
+ f_print(fout, "\n\t\tTIMEOUT));\n");
else
f_print(fout, "\n\t\tTIMEOUT) != RPC_SUCCESS) {\n");