]> andersk Git - openssh.git/commitdiff
- (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.
authordtucker <dtucker>
Fri, 6 Jun 2008 20:25:15 +0000 (20:25 +0000)
committerdtucker <dtucker>
Fri, 6 Jun 2008 20:25:15 +0000 (20:25 +0000)
ChangeLog
mux.c

index e8db1cc70c89377236e6e26b87ce63ff328426e8..c48d5540071a9c0c80b238451fc1362a28826890 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20080607
+ - (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.
+
 20080604
  - (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias
    in arc4random_uniform with upper_bound in (2^30,2*31). Note that 
diff --git a/mux.c b/mux.c
index b4465b017e32f0933d503c71ea45b8cd97f4db01..8b9105b0402e50988e186aed6a2f33bba975f363 100644 (file)
--- a/mux.c
+++ b/mux.c
@@ -34,7 +34,9 @@
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
+#ifdef HAVE_PATHS_H
 #include <paths.h>
+#endif
 
 #ifdef HAVE_UTIL_H
 # include <util.h>
This page took 0.045898 seconds and 5 git commands to generate.