diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-04-25 22:23:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-04-25 22:23:38 +0000 |
| commit | 859663719d47f9d552103f222429ecf7530c4240 (patch) | |
| tree | b6e30b3a8c299f184b4e230ca799fc0a4e961a59 /libexec/bootpd/bootpgw | |
| parent | bdca080cce757ee7664f9038d18fb25493fc12f5 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/bootpgw')
| -rw-r--r-- | libexec/bootpd/bootpgw/bootpgw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/bootpd/bootpgw/bootpgw.c b/libexec/bootpd/bootpgw/bootpgw.c index c2893526261b..b552eb346427 100644 --- a/libexec/bootpd/bootpgw/bootpgw.c +++ b/libexec/bootpd/bootpgw/bootpgw.c @@ -153,7 +153,7 @@ char *hostname; * main server loop is started. */ -void +int main(argc, argv) int argc; char **argv; @@ -494,6 +494,7 @@ main(argc, argv) break; } } + return 0; } |
