From: tim Date: Sun, 18 Mar 2001 02:43:16 +0000 (+0000) Subject: - tim@mindrot.org 2001/03/17 18:45:25 [compat.c] X-Git-Tag: V_2_5_2_P1~23 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/7411201cc939f4b46f5e22ce561d4eb5257c65f2 - tim@mindrot.org 2001/03/17 18:45:25 [compat.c] openbsd-compat/fake-regex.h --- diff --git a/ChangeLog b/ChangeLog index 74352ecd..3590363a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ - markus@cvs.openbsd.org 2001/03/17 17:27:59 [auth.c] check /etc/shells, too + - tim@mindrot.org 2001/03/17 18:45:25 [compat.c] + openbsd-compat/fake-regex.h 20010317 - Support usrinfo() on AIX. Based on patch from Gert Doering diff --git a/compat.c b/compat.c index 5f0d7cd0..9d23f9a0 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 $"); # ifdef HAVE_REGEX_H # include # else -# include "fake-regex.h" +# include "openbsd-compat/fake-regex.h" # endif #endif /* HAVE_LIBPCRE */