| Summary: | PrivSep needs to be a compile-time option | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | wendy palm <wendyp> | ||||
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | critical | ||||||
| Priority: | P1 | ||||||
| Version: | -current | ||||||
| Hardware: | Other | ||||||
| OS: | Other | ||||||
| Attachments: |
|
||||||
|
Description
wendy palm
2002-04-06 09:31:32 AEST
Created attachment 64 [details]
allow non-mmap platforms to compile
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
this seems to be working quite well. i'm happy with the changes. Is -current compiling OK? Can we close this bug? the last download i did was 23 april, and as of that date, it was compiling just fine (as i noted on that day). as far as Crays are concerned, go ahead and close it. Wendy says close it. Mass change of RESOLVED bugs to CLOSED |