summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-09-28 22:49:10 +0000
committerTed Lemon <source@isc.org>1999-09-28 22:49:10 +0000
commitbfdb842e273fcd323ecdf5e84f6616a36c90dd1c (patch)
treeea631e547ca3ba0c714383923dd8779b766bd53b /client
parente05e0b0b8a6298ce14dce8d205b7fa96a8e36c86 (diff)
downloadisc-dhcp-bfdb842e273fcd323ecdf5e84f6616a36c90dd1c.tar.gz
Add dummy for find_subnet().
Diffstat (limited to 'client')
-rw-r--r--client/dhclient.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index 4b332df6..57df25f4 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -22,7 +22,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.81 1999/09/09 21:00:05 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$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";
#endif /* not lint */
#include "dhcpd.h"
@@ -316,6 +316,12 @@ int unbill_class (lease, class)
return 0;
}
+struct subnet *find_subnet (addr)
+ struct iaddr addr;
+{
+ return (struct subnet *)0;
+}
+
/* Individual States:
*
* Each routine is called from the dhclient_state_machine() in one of