diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-02-22 07:02:32 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-02-22 07:02:32 +0000 |
commit | 623d8ad9746804f21602916862fee7f498c2c41e (patch) | |
tree | 0bdc5c4bb0f6bf730e3567913dd471a4af2efe0a /usr.sbin | |
parent | 299cee9a72154f952d3f7642d8d3da9958ed1fb5 (diff) |
another dead extern; Mark Lumsden <mark@cyodesigns.com>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.h b/usr.sbin/dhcpd/dhcpd.h index c51653b0e78..5ea5d2e41bb 100644 --- a/usr.sbin/dhcpd/dhcpd.h +++ b/usr.sbin/dhcpd/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.32 2007/02/18 21:19:00 henning Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.33 2007/02/22 07:02:31 henning Exp $ */ /* * Copyright (c) 1995, 1996, 1997, 1998, 1999 @@ -66,8 +66,6 @@ #include <time.h> #include <unistd.h> -extern int h_errno; - #define ifr_netmask ifr_addr #define HAVE_SA_LEN |