summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/getrrsetbyname.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-05-13 20:24:10 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-05-13 20:24:10 +1000
commit991d95f4125ca1ce40bb7d469b69b1e174b78967 (patch)
treef55fd4b9340eaf923ddfb3caaa6ef42809103c96 /openbsd-compat/getrrsetbyname.c
parentcc2685577b71e6b4722410e85305cf1d8e317166 (diff)
- (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERROR
-> HAVE_DECL_H_ERRNO.
Diffstat (limited to 'openbsd-compat/getrrsetbyname.c')
-rw-r--r--openbsd-compat/getrrsetbyname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/getrrsetbyname.c b/openbsd-compat/getrrsetbyname.c
index 154cc29b..660427c1 100644
--- a/openbsd-compat/getrrsetbyname.c
+++ b/openbsd-compat/getrrsetbyname.c
@@ -53,7 +53,7 @@
#define ANSWER_BUFFER_SIZE 1024*64
-#if defined(HAVE_DECL_H_ERROR) && !HAVE_DECL_H_ERROR
+#if defined(HAVE_DECL_H_ERRNO) && !HAVE_DECL_H_ERRNO
extern int h_errno;
#endif