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/bootpef | |
| parent | bdca080cce757ee7664f9038d18fb25493fc12f5 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/tools/bootpef')
| -rw-r--r-- | libexec/bootpd/tools/bootpef/bootpef.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index c7e927687dbf..c459ac8e6900 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.c +++ b/libexec/bootpd/tools/bootpef/bootpef.c @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - $Id$ + $Id: bootpef.c,v 1.4 1997/02/22 14:21:18 peter Exp $ ************************************************************************/ @@ -136,7 +136,7 @@ usage() * Initialization such as command-line processing is done and then the * main server loop is started. */ -void +int main(argc, argv) int argc; char **argv; @@ -272,6 +272,7 @@ main(argc, argv) mktagfile(hp); hp = (struct host *) hash_NextEntry(nmhashtable); } + return (0); } |
