diff options
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 |