summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-08-22 10:56:14 +0000
committerderaadt <deraadt@openbsd.org>1996-08-22 10:56:14 +0000
commit7675d17f0bf0ddb8c162c198559badd665b81903 (patch)
tree986665eb64a401204ca940d050bbfd86a56087ea
parentsomeone forgot the most important driver! (diff)
downloadwireguard-openbsd-7675d17f0bf0ddb8c162c198559badd665b81903.tar.xz
wireguard-openbsd-7675d17f0bf0ddb8c162c198559badd665b81903.zip
main() return type
-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;