summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2007-02-18 21:19:01 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2007-02-18 21:19:01 +0000
commitf7ec66672fdc9b0e2a74c3e46e2580a247c8d771 (patch)
tree83ba597952ef072e67779fdb3c0a20b36a007cff /usr.sbin
parenta75b44837be0457b486921dbe3cde3112397a0f7 (diff)
unused extern decl
From: Mark Lumsden <mark@cyodesigns.com>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/dhcpd/dhcpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.h b/usr.sbin/dhcpd/dhcpd.h
index d1e6e227547..c51653b0e78 100644
--- a/usr.sbin/dhcpd/dhcpd.h
+++ b/usr.sbin/dhcpd/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.31 2007/02/06 21:12:07 stevesk Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.32 2007/02/18 21:19:00 henning Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
@@ -499,7 +499,6 @@ extern int log_perror;
extern char *path_dhcpd_conf;
extern char *path_dhcpd_db;
-extern char *path_dhcpd_pid;
int main(int, char *[]);
void cleanup(void);