summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhcpd.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2005-07-09 14:36:17 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2005-07-09 14:36:17 +0000
commitb6846761b832cdab667a58b2cf37f4daed65c4be (patch)
tree741c3e25e53fecdf77ad30332c8c5589c24bfc9e /sbin/dhclient/dhcpd.h
parent8564b944daca156b454a2a5842c536dcd0ed22e9 (diff)
Clean out a few more unused/uninitialized variables.
ok henning@
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r--sbin/dhclient/dhcpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index 9fdf6390f06..208193424f8 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.38 2005/07/09 01:06:00 krw Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.39 2005/07/09 14:36:15 krw Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -341,7 +341,6 @@ char *piaddr(struct iaddr);
extern char *path_dhclient_conf;
extern char *path_dhclient_db;
extern time_t cur_time;
-extern int log_priority;
extern int log_perror;
extern struct client_config top_level_config;