diff options
-rw-r--r-- | usr.sbin/bootpd/bootptest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bootpd/bootptest.c b/usr.sbin/bootpd/bootptest.c index d1cbcab92f4..8760ea5f4bd 100644 --- a/usr.sbin/bootpd/bootptest.c +++ b/usr.sbin/bootpd/bootptest.c @@ -114,6 +114,7 @@ extern void bootp_print(); * the receiver loop is started. Die when interrupted. */ +int main(argc, argv) int argc; char **argv; |