diff options
| author | 2005-02-09 12:13:09 +0000 | |
|---|---|---|
| committer | 2005-02-09 12:13:09 +0000 | |
| commit | f77baffda39036968a63b48323ccf6d0338c64ad (patch) | |
| tree | ebafd053384e646eb827b79582e476bac7c8c851 /usr.sbin/httpd/src/support/logresolve.c | |
| parent | missing tzset(), noticed by Chris Kuethe <chris.kuethe@gmail.com> (diff) | |
| download | wireguard-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.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 |
