diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-08 20:41:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-08 20:41:14 +0000 |
commit | 2b6e5e780f141b8c3ef70950a01f6bee7e89d07a (patch) | |
tree | c0cab45b05fdb1f1ec1eee91307adc1e7e0a841a /usr.sbin/bootpd/bootpd.c | |
parent | 60d1f85c13d6867b79ca4c9babe26f1104a4df42 (diff) |
protos; avsm ok
Diffstat (limited to 'usr.sbin/bootpd/bootpd.c')
-rw-r--r-- | usr.sbin/bootpd/bootpd.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/bootpd/bootpd.c b/usr.sbin/bootpd/bootpd.c index 153ffe9c8c3..7587924539c 100644 --- a/usr.sbin/bootpd/bootpd.c +++ b/usr.sbin/bootpd/bootpd.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: bootpd.c,v 1.12 2002/09/08 08:06:40 deraadt Exp $"; +static char rcsid[] = "$Id: bootpd.c,v 1.13 2003/07/08 20:41:13 deraadt Exp $"; #endif /* @@ -114,8 +114,6 @@ static char rcsid[] = "$Id: bootpd.c,v 1.12 2002/09/08 08:06:40 deraadt Exp $"; #define P(args) () #endif -extern void dumptab P((char *)); - PRIVATE void catcher P((int)); PRIVATE int chk_access P((char *, int32 *)); #ifdef VEND_CMU @@ -186,9 +184,7 @@ char *bootpd_dump = DUMPTAB_FILE; */ int -main(argc, argv) - int argc; - char **argv; +main(int argc, char *argv[]) { struct timeval *timeout; struct bootp *bp; |