]> andersk Git - openssh.git/commitdiff
- (dtucker) [loginrec.c] Wrap paths.h in HAVE_PATHS_H.
authordtucker <dtucker>
Thu, 7 Sep 2006 12:57:53 +0000 (12:57 +0000)
committerdtucker <dtucker>
Thu, 7 Sep 2006 12:57:53 +0000 (12:57 +0000)
ChangeLog
loginrec.c

index fdea8644f66ee656e03d90d350ce28c3add2606e..befcc12bee330f9a0239cda1b72bdc8411e0b2ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
    NB. this change will require that the privilege separation user must
    exist on all the time, not just when UsePrivilegeSeparation=yes
  - (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6
+ - (dtucker) [loginrec.c] Wrap paths.h in HAVE_PATHS_H.
 
 20060905
  - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
index 8315bd85b2f7cdfc07feb19a373bf4d164b71ca6..e591277478203b0194613fdbdd4a6a5050d70e26 100644 (file)
 
 #include <errno.h>
 #include <fcntl.h>
-#include <paths.h>
+#ifdef HAVE_PATHS_H
+# include <paths.h>
+#endif
 #include <pwd.h>
 #include <stdarg.h>
 #include <string.h>
This page took 0.04598 seconds and 5 git commands to generate.