diff options
author | 2004-05-09 22:22:45 +0000 | |
---|---|---|
committer | 2004-05-09 22:22:45 +0000 | |
commit | 4c2771968dc17262d16a33f1053ac98219372ae8 (patch) | |
tree | 9162d8277dae8b53c8375213e3732d0c1dce231f /usr.bin/rpcgen/rpc_cout.c | |
parent | delint (diff) | |
download | wireguard-openbsd-4c2771968dc17262d16a33f1053ac98219372ae8.tar.xz wireguard-openbsd-4c2771968dc17262d16a33f1053ac98219372ae8.zip |
delint
Diffstat (limited to 'usr.bin/rpcgen/rpc_cout.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_cout.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index 7068089bead..993afa69fdc 100644 --- a/usr.bin/rpcgen/rpc_cout.c +++ b/usr.bin/rpcgen/rpc_cout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_cout.c,v 1.16 2003/06/19 20:31:08 deraadt Exp $ */ +/* $OpenBSD: rpc_cout.c,v 1.17 2004/05/09 22:22:45 deraadt Exp $ */ /* $NetBSD: rpc_cout.c,v 1.6 1996/10/01 04:13:53 cgd Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -56,7 +56,6 @@ static void print_ifarg(char *); static void print_ifsizeof(char *, char *); static void print_ifclose(int); static void print_ifstat(int, char *, char *, relation, char *, char *, char *); -static void emit_num(definition *); static void emit_program(definition *); static void emit_enum(definition *); static void emit_union(definition *); |