diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-06 21:34:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-06 21:34:04 +0000 |
commit | 71fc0414718f203a8795ef96a72495abf0b95c9a (patch) | |
tree | b205fe8c23b9f76193ccffd86833e8cc9214035b | |
parent | 35ff5da260cee8ef88b7ceadbdfcba6a978a282d (diff) |
protos
-rw-r--r-- | usr.sbin/rpc.bootparamd/bootparamd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparamd.c b/usr.sbin/rpc.bootparamd/bootparamd.c index 8be48d17e7a..a5606fbaafc 100644 --- a/usr.sbin/rpc.bootparamd/bootparamd.c +++ b/usr.sbin/rpc.bootparamd/bootparamd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootparamd.c,v 1.14 2002/07/19 02:18:06 deraadt Exp $ */ +/* $OpenBSD: bootparamd.c,v 1.15 2003/07/06 21:34:03 deraadt Exp $ */ /* * This code is not copyright, and is placed in the public domain. @@ -54,7 +54,7 @@ char *bootpfile = _PATH_BOOTPARAMS; extern char *optarg; extern int optind; -void +static void usage(void) { fprintf(stderr, |