artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
080043b
)
another void main(); netbsd pr#2373; from mouse@Collatz.McRCIM.McGill.EDU
author
deraadt
<deraadt@openbsd.org>
Mon, 6 May 1996 11:28:16 +0000
(11:28 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 6 May 1996 11:28:16 +0000
(11:28 +0000)
usr.sbin/bootpd/bootpgw.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bootpd/bootpgw.c
b/usr.sbin/bootpd/bootpgw.c
index
527550c
..
e09f20b
100644
(file)
--- 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:2
6 deraadt Exp $";
+static char rcsid[] = "$Id: bootpgw.c,v 1.
2 1996/05/06 11:28:1
6 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;