]> andersk Git - openssh.git/commitdiff
- tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
authortim <tim>
Sun, 18 Mar 2001 02:43:16 +0000 (02:43 +0000)
committertim <tim>
Sun, 18 Mar 2001 02:43:16 +0000 (02:43 +0000)
     openbsd-compat/fake-regex.h

ChangeLog
compat.c

index 74352ecdf822ae975a7ee7d9e156eea8e7eb28f1..3590363a7b8f4440a3830b8db2f22971d531a178 100644 (file)
--- 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 
index 5f0d7cd0cd04c0566252197db91cc0fb85cd5477..9d23f9a03ad8059968cb2888b05c7590fc350c9a 100644 (file)
--- 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 <regex.h>
 #  else
-#    include "fake-regex.h"
+#    include "openbsd-compat/fake-regex.h"
 #  endif
 #endif /* HAVE_LIBPCRE */
 
This page took 0.043607 seconds and 5 git commands to generate.