diff options
author | 1996-08-22 10:56:14 +0000 | |
---|---|---|
committer | 1996-08-22 10:56:14 +0000 | |
commit | 7675d17f0bf0ddb8c162c198559badd665b81903 (patch) | |
tree | 986665eb64a401204ca940d050bbfd86a56087ea | |
parent | someone forgot the most important driver! (diff) | |
download | wireguard-openbsd-7675d17f0bf0ddb8c162c198559badd665b81903.tar.xz wireguard-openbsd-7675d17f0bf0ddb8c162c198559badd665b81903.zip |
main() return type
-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; |