summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-03-17 18:43:16 -0800
committerTim Rice <tim@multitalents.net>2001-03-17 18:43:16 -0800
commitb399be4436914e23dd066482a371e068f2724f5c (patch)
tree398b549482009894f4281035d1454dbf4e2ef0e2
parentd69191bb4e93374f9818ab485d1a28fbfc0d1493 (diff)
- tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
openbsd-compat/fake-regex.h
-rw-r--r--ChangeLog4
-rw-r--r--compat.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 49aec1dd0..cddb4b3de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
5 - markus@cvs.openbsd.org 2001/03/17 17:27:59 5 - markus@cvs.openbsd.org 2001/03/17 17:27:59
6 [auth.c] 6 [auth.c]
7 check /etc/shells, too 7 check /etc/shells, too
8 - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
9 openbsd-compat/fake-regex.h
8 10
920010317 1120010317
10 - Support usrinfo() on AIX. Based on patch from Gert Doering 12 - Support usrinfo() on AIX. Based on patch from Gert Doering
@@ -4594,4 +4596,4 @@
4594 - Wrote replacements for strlcpy and mkdtemp 4596 - Wrote replacements for strlcpy and mkdtemp
4595 - Released 1.0pre1 4597 - Released 1.0pre1
4596 4598
4597$Id: ChangeLog,v 1.970 2001/03/17 23:13:27 mouring Exp $ 4599$Id: ChangeLog,v 1.971 2001/03/18 02:43:16 tim Exp $
diff --git a/compat.c b/compat.c
index 5f0d7cd0c..9d23f9a03 100644
--- a/compat.c
+++ b/compat.c
@@ -31,7 +31,7 @@ RCSID("$OpenBSD: compat.c,v 1.38 2001/03/10 15:31:00 deraadt Exp $");
31# ifdef HAVE_REGEX_H 31# ifdef HAVE_REGEX_H
32# include <regex.h> 32# include <regex.h>
33# else 33# else
34# include "fake-regex.h" 34# include "openbsd-compat/fake-regex.h"
35# endif 35# endif
36#endif /* HAVE_LIBPCRE */ 36#endif /* HAVE_LIBPCRE */
37 37