[Bug 322] New: Anon shared MMAP test fails wrongly under FreeBSD

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sun Jun 30 05:18:26 EST 2002


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

           Summary: Anon shared MMAP test fails wrongly under FreeBSD
           Product: Portable OpenSSH
           Version: -current
          Platform: ix86
        OS/Version: FreeBSD
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Build system
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: chris at by-design.net


Under FreeBSD, /usr/include/sys/mman.h does not 
include /usr/include/sys/types.h.  The OpenSSH test for anonymous shared memory 
maps includes mman.h without including types.h and the test code snippet 
compile fails.

I'll report the omission to the FreeBSD folks, but changing the snippet in 
configure to include <sys/types.h> will allow FreeBSD folks to use compression 
and privilege separation until then.



------- 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