]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERROR
authordtucker <dtucker>
Thu, 13 May 2004 10:24:10 +0000 (10:24 +0000)
committerdtucker <dtucker>
Thu, 13 May 2004 10:24:10 +0000 (10:24 +0000)
   -> HAVE_DECL_H_ERRNO.

ChangeLog
openbsd-compat/getrrsetbyname.c

index b4ea3451e662e1f59986b374367aa069def2a189..a67a117f146274bd82b0a0b514be1d15f7a46cbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,8 @@
    readpass.h, grep says scard-opensc.c does too.  Replace with misc.h.
  - (dtucker) [openbsd-compat/getrrsetbyname.c] Check that HAVE_DECL_H_ERROR
    is defined before using.
+ - (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERROR
+   -> HAVE_DECL_H_ERRNO.
 
 20040502
  - (dtucker) OpenBSD CVS Sync
index 154cc29b0e699f02132cb2510540ae16cda77841..660427c1f0f67d716c6b93203882c79438ef0107 100644 (file)
@@ -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
 
This page took 0.051515 seconds and 5 git commands to generate.