diff options
Diffstat (limited to 'usr.sbin/httpd/src/support/logresolve.c')
| -rw-r--r-- | usr.sbin/httpd/src/support/logresolve.c | 2 |
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 |
