summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src/support/logresolve.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-02-09 12:13:09 +0000
committerhenning <henning@openbsd.org>2005-02-09 12:13:09 +0000
commitf77baffda39036968a63b48323ccf6d0338c64ad (patch)
treeebafd053384e646eb827b79582e476bac7c8c851 /usr.sbin/httpd/src/support/logresolve.c
parentmissing tzset(), noticed by Chris Kuethe <chris.kuethe@gmail.com> (diff)
downloadwireguard-openbsd-f77baffda39036968a63b48323ccf6d0338c64ad.tar.xz
wireguard-openbsd-f77baffda39036968a63b48323ccf6d0338c64ad.zip
cleanup and unifdef'ing, no change in object files
work by Daniel Ouellet <daniel@presscom.net>
Diffstat (limited to 'usr.sbin/httpd/src/support/logresolve.c')
-rw-r--r--usr.sbin/httpd/src/support/logresolve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/support/logresolve.c b/usr.sbin/httpd/src/support/logresolve.c
index aba7f602364..21950a2024e 100644
--- a/usr.sbin/httpd/src/support/logresolve.c
+++ b/usr.sbin/httpd/src/support/logresolve.c
@@ -80,7 +80,7 @@ struct nsrec {
* statistics - obvious
*/
-#if !defined(h_errno) && !defined(CYGWIN)
+#if !defined(h_errno)
extern int h_errno; /* some machines don't have this in their headers */
#endif