diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 11:28:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 11:28:17 +0000 |
commit | 92def389f2ca39de06c4061970cce3d945a377e5 (patch) | |
tree | 7fccad40dbb7f06f915b903c7fb98b57a577486e /usr.sbin/bootpd | |
parent | d8d27603ae1bde203d44c79f8d0e49bd64868c17 (diff) |
another void main(); netbsd pr#2373; from mouse@Collatz.McRCIM.McGill.EDU
Diffstat (limited to 'usr.sbin/bootpd')
-rw-r--r-- | usr.sbin/bootpd/bootpgw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bootpd/bootpgw.c b/usr.sbin/bootpd/bootpgw.c index 085398dc0ce..e09f20b2759 100644 --- a/usr.sbin/bootpd/bootpgw.c +++ b/usr.sbin/bootpd/bootpgw.c @@ -26,7 +26,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: bootpgw.c,v 1.1 1995/10/18 08:47:26 deraadt Exp $"; +static char rcsid[] = "$Id: bootpgw.c,v 1.2 1996/05/06 11:28:16 deraadt Exp $"; #endif /* @@ -151,7 +151,7 @@ struct in_addr my_ip_addr; * main server loop is started. */ -void +int main(argc, argv) int argc; char **argv; |