summaryrefslogtreecommitdiff
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 154cc29b0..660427c1f 100644
--- a/openbsd-compat/getrrsetbyname.c
+++ b/openbsd-compat/getrrsetbyname.c
@@ -53,7 +53,7 @@
53 53
54#define ANSWER_BUFFER_SIZE 1024*64 54#define ANSWER_BUFFER_SIZE 1024*64
55 55
56#if defined(HAVE_DECL_H_ERROR) && !HAVE_DECL_H_ERROR 56#if defined(HAVE_DECL_H_ERRNO) && !HAVE_DECL_H_ERRNO
57extern int h_errno; 57extern int h_errno;
58#endif 58#endif
59 59