mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-16 22:06:55 +00:00
- (stevesk) compat.c: more friendly cpp error
This commit is contained in:
parent
d85bf4b57e
commit
bcc862755d
@ -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 $
|
||||
|
2
compat.c
2
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user