summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-22 10:56:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-22 10:56:15 +0000
commit4fd0ce9848c054a28ab996c0ee838875b475b5bd (patch)
tree0e89118e5d7de3b486cfb21d1c8411569e3e71c0 /usr.sbin
parent40279caacb2e668927d0fa205fd6a2ec32583ef9 (diff)
main() return type
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bootpd/bootptest.c1
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;