diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-27 22:34:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-27 22:34:26 +0000 |
commit | 869db4a9428308456276dd1dba0cce60e664a2aa (patch) | |
tree | c342582675fca17e63a03deacb7d43edd0d171e7 /usr.sbin | |
parent | c99dacc7c058520450915a1ba4029cf5fdef7672 (diff) |
remove unneeded proto
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rbootd/rbootd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rbootd/rbootd.c b/usr.sbin/rbootd/rbootd.c index 5f6fbb5a19b..544bbc971f8 100644 --- a/usr.sbin/rbootd/rbootd.c +++ b/usr.sbin/rbootd/rbootd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rbootd.c,v 1.17 2003/06/02 23:36:54 millert Exp $ */ +/* $OpenBSD: rbootd.c,v 1.18 2003/06/27 22:34:25 deraadt Exp $ */ /* $NetBSD: rbootd.c,v 1.5 1995/10/06 05:12:17 thorpej Exp $ */ /* @@ -51,7 +51,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)rbootd.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$OpenBSD: rbootd.c,v 1.17 2003/06/02 23:36:54 millert Exp $"; +static char rcsid[] = "$OpenBSD: rbootd.c,v 1.18 2003/06/27 22:34:25 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -272,7 +272,7 @@ main(int argc, char *argv[]) if (FD_ISSET(fd, &r)) { RMPCONN rconn; - CLIENT *client, *FindClient(); + CLIENT *client; int doread = 1; while (BpfRead(&rconn, doread)) { |