summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--compat.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f1b222fc0..34a7ef06f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -105,6 +105,7 @@
105 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett 105 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
106 <abartlet@pcug.org.au> 106 <abartlet@pcug.org.au>
107 - (stevesk) misc.c: ssh.h not needed. 107 - (stevesk) misc.c: ssh.h not needed.
108 - (stevesk) compat.c: more friendly cpp error
108 - (stevesk) OpenBSD sync: 109 - (stevesk) OpenBSD sync:
109 - stevesk@cvs.openbsd.org 2001/02/11 06:15:57 110 - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
110 [LICENSE] 111 [LICENSE]
@@ -3892,4 +3893,4 @@
3892 - Wrote replacements for strlcpy and mkdtemp 3893 - Wrote replacements for strlcpy and mkdtemp
3893 - Released 1.0pre1 3894 - Released 1.0pre1
3894 3895
3895$Id: ChangeLog,v 1.743 2001/02/11 16:43:05 stevesk Exp $ 3896$Id: ChangeLog,v 1.744 2001/02/11 18:49:23 stevesk Exp $
diff --git a/compat.c b/compat.c
index 68c2ec416..5a0c450c9 100644
--- a/compat.c
+++ b/compat.c
@@ -34,7 +34,7 @@ RCSID("$OpenBSD: compat.c,v 1.34 2001/01/21 19:05:48 markus Exp $");
34# ifdef HAVE_REGCOMP 34# ifdef HAVE_REGCOMP
35# include "fake-regex.h" 35# include "fake-regex.h"
36# else 36# else
37# error "No regular libraries detected. See INSTALL file." 37# error "No regular expression library detected. See INSTALL file."
38# endif 38# endif
39# endif 39# endif
40#endif /* HAVE_LIBPCRE */ 40#endif /* HAVE_LIBPCRE */