diff options
author | Warner Losh <imp@FreeBSD.org> | 1999-04-25 22:23:38 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 1999-04-25 22:23:38 +0000 |
commit | 859663719d47f9d552103f222429ecf7530c4240 (patch) | |
tree | b6e30b3a8c299f184b4e230ca799fc0a4e961a59 /libexec/bootpd/tools/bootptest/bootptest.c | |
parent | bdca080cce757ee7664f9038d18fb25493fc12f5 (diff) | |
download | src-859663719d47f9d552103f222429ecf7530c4240.tar.gz src-859663719d47f9d552103f222429ecf7530c4240.zip |
Notes
Diffstat (limited to 'libexec/bootpd/tools/bootptest/bootptest.c')
-rw-r--r-- | libexec/bootpd/tools/bootptest/bootptest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index 92a38372ffc5..d319426b4aa3 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.c +++ b/libexec/bootpd/tools/bootptest/bootptest.c @@ -31,7 +31,7 @@ * 09/28/93 Released version 1.0 * 09/93 Original developed by Gordon W. Ross <gwr@mc.com> * - * $Id: bootptest.c,v 1.4 1997/02/22 14:21:20 peter Exp $ + * $Id: bootptest.c,v 1.5 1997/12/24 18:56:03 imp Exp $ */ char *usage = "bootptest [-h] server-name [vendor-data-template-file]"; @@ -127,7 +127,7 @@ extern void bootp_print(); * the receiver loop is started. Die when interrupted. */ -void +int main(argc, argv) int argc; char **argv; |