From: deraadt Date: Mon, 6 May 1996 11:28:16 +0000 (+0000) Subject: another void main(); netbsd pr#2373; from mouse@Collatz.McRCIM.McGill.EDU X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a54af97af690aec40d73275d2668888f09d77378;p=openbsd another void main(); netbsd pr#2373; from mouse@Collatz.McRCIM.McGill.EDU --- diff --git a/usr.sbin/bootpd/bootpgw.c b/usr.sbin/bootpd/bootpgw.c index 527550c3dcd..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.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;