From: Ted Lemon Date: Fri, 1 Oct 1999 03:42:47 +0000 (+0000) Subject: Adjust dummy db_startup call. X-Git-Tag: V3-BETA-1-PATCH-2~5^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7a35faabc22ea9629f9b0d38abb62e3a0221a5;p=thirdparty%2Fdhcp.git Adjust dummy db_startup call. --- diff --git a/client/dhclient.c b/client/dhclient.c index 57df25f4e..02e9962cf 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -22,7 +22,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhclient.c,v 1.82 1999/09/28 22:49:10 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.83 1999/10/01 03:42:47 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -741,7 +741,8 @@ int write_host (host) return 0; } -void db_startup () +void db_startup (testp) + int testp; { }