summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/rpc_parse.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-06-25 21:08:59 +0000
committerderaadt <deraadt@openbsd.org>2003-06-25 21:08:59 +0000
commit74637cb20ab7a2e4876ccd7d35080bab410e65b8 (patch)
tree71d33f3c0222dbb51017370952a583d5030b318b /usr.bin/rpcgen/rpc_parse.c
parentproto getgrgid_r and getgrnam_r (diff)
downloadwireguard-openbsd-74637cb20ab7a2e4876ccd7d35080bab410e65b8.tar.xz
wireguard-openbsd-74637cb20ab7a2e4876ccd7d35080bab410e65b8.zip
protos
Diffstat (limited to 'usr.bin/rpcgen/rpc_parse.c')
-rw-r--r--usr.bin/rpcgen/rpc_parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c
index e815939739e..e6671c24f3b 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.12 2003/04/26 18:29:51 pvalchev Exp $ */
+/* $OpenBSD: rpc_parse.c,v 1.13 2003/06/25 21:09:26 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
@@ -64,7 +64,7 @@ static void unsigned_dec(char **);
* return the next definition you see
*/
definition *
-get_definition()
+get_definition(void)
{
definition *defp;
token tok;