diff options
author | 2001-11-07 18:44:28 +0000 | |
---|---|---|
committer | 2001-11-07 18:44:28 +0000 | |
commit | 92719713b6e07985fe5b36b4401159a161ef22bb (patch) | |
tree | 0875ee8492894044f2e1cf66b7fc61e5ac3803ea /usr.bin/rpcgen/rpc_parse.c | |
parent | pad using the padding field from the ssh2 packet instead of sending (diff) | |
download | wireguard-openbsd-92719713b6e07985fe5b36b4401159a161ef22bb.tar.xz wireguard-openbsd-92719713b6e07985fe5b36b4401159a161ef22bb.zip |
rpcgen is not nearly KNF, but it now generates close to KNF code
Diffstat (limited to 'usr.bin/rpcgen/rpc_parse.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index 3e16e172267..661e9d4e223 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_parse.c,v 1.4 2001/07/18 22:26:00 deraadt Exp $ */ +/* $OpenBSD: rpc_parse.c,v 1.5 2001/11/07 18:44:28 deraadt Exp $ */ /* $NetBSD: rpc_parse.c,v 1.5 1995/08/29 23:05:55 cgd Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -335,7 +335,7 @@ def_union(defp) *tailp = cases; tailp = &cases->next; cases = ALLOC(case_list); - }; + } get_declaration(&dec, DEF_UNION); cases->case_decl = dec; |