- tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
openbsd-compat/fake-regex.h
This commit is contained in:
parent
d69191bb4e
commit
b399be4436
|
@ -5,6 +5,8 @@
|
||||||
- markus@cvs.openbsd.org 2001/03/17 17:27:59
|
- markus@cvs.openbsd.org 2001/03/17 17:27:59
|
||||||
[auth.c]
|
[auth.c]
|
||||||
check /etc/shells, too
|
check /etc/shells, too
|
||||||
|
- tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
|
||||||
|
openbsd-compat/fake-regex.h
|
||||||
|
|
||||||
20010317
|
20010317
|
||||||
- Support usrinfo() on AIX. Based on patch from Gert Doering
|
- Support usrinfo() on AIX. Based on patch from Gert Doering
|
||||||
|
@ -4594,4 +4596,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.970 2001/03/17 23:13:27 mouring Exp $
|
$Id: ChangeLog,v 1.971 2001/03/18 02:43:16 tim Exp $
|
||||||
|
|
2
compat.c
2
compat.c
|
@ -31,7 +31,7 @@ RCSID("$OpenBSD: compat.c,v 1.38 2001/03/10 15:31:00 deraadt Exp $");
|
||||||
# ifdef HAVE_REGEX_H
|
# ifdef HAVE_REGEX_H
|
||||||
# include <regex.h>
|
# include <regex.h>
|
||||||
# else
|
# else
|
||||||
# include "fake-regex.h"
|
# include "openbsd-compat/fake-regex.h"
|
||||||
# endif
|
# endif
|
||||||
#endif /* HAVE_LIBPCRE */
|
#endif /* HAVE_LIBPCRE */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue