summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-02-11 18:49:23 +0000
committerKevin Steves <stevesk@pobox.com>2001-02-11 18:49:23 +0000
commitbcc862755d2dd0f19a0c6cb509669436193bde2d (patch)
tree2d5c54d01b4dca54630541b7bf6f2ea434136d34
parentd85bf4b57e394cb156c8eae19f43996b436822b7 (diff)
- (stevesk) compat.c: more friendly cpp error
-rw-r--r--ChangeLog3
-rw-r--r--compat.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f1b222fc..34a7ef06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -105,6 +105,7 @@
- (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
<abartlet@pcug.org.au>
- (stevesk) misc.c: ssh.h not needed.
+ - (stevesk) compat.c: more friendly cpp error
- (stevesk) OpenBSD sync:
- stevesk@cvs.openbsd.org 2001/02/11 06:15:57
[LICENSE]
@@ -3892,4 +3893,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.743 2001/02/11 16:43:05 stevesk Exp $
+$Id: ChangeLog,v 1.744 2001/02/11 18:49:23 stevesk Exp $
diff --git a/compat.c b/compat.c
index 68c2ec41..5a0c450c 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 $");
# ifdef HAVE_REGCOMP
# include "fake-regex.h"
# else
-# error "No regular libraries detected. See INSTALL file."
+# error "No regular expression library detected. See INSTALL file."
# endif
# endif
#endif /* HAVE_LIBPCRE */