]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Adjust dummy db_startup call.
authorTed Lemon <source@isc.org>
Fri, 1 Oct 1999 03:42:47 +0000 (03:42 +0000)
committerTed Lemon <source@isc.org>
Fri, 1 Oct 1999 03:42:47 +0000 (03:42 +0000)
client/dhclient.c

index 57df25f4e75bcb11de44307cab13b258dc1ac447..02e9962cf5adaa4e0595890dbdbed7130b065d9f 100644 (file)
@@ -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;
 {
 }