diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-22 10:56:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-22 10:56:15 +0000 |
commit | 4fd0ce9848c054a28ab996c0ee838875b475b5bd (patch) | |
tree | 0e89118e5d7de3b486cfb21d1c8411569e3e71c0 /usr.sbin | |
parent | 40279caacb2e668927d0fa205fd6a2ec32583ef9 (diff) |
main() return type
Diffstat (limited to 'usr.sbin')
-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; |