[Bug 205] PrivSep needs to be a compile-time option

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Apr 10 07:09:59 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=205





------- Additional Comments From wendyp at cray.com  2002-04-10 07:09 -------
add an ifdef around the include, and all is fine with the crays.

thanks much!

--- monitor_mm.c.orig   Fri Apr  5 16:28:59 2002
+++ monitor_mm.c        Tue Apr  9 15:58:08 2002
@@ -26,7 +26,9 @@
 #include "includes.h"
 RCSID("$OpenBSD: monitor_mm.c,v 1.4 2002/03/25 20:12:10 stevesk Exp $");
 
+#ifdef HAVE_MMAP
 #include <sys/mman.h>
+#endif




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list