Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat/linux32/common



Module Name:    src
Committed By:   njoly
Date:           Thu Mar 27 14:14:06 UTC 2008

Modified Files:
        src/sys/compat/linux32/common: linux32_mman.c

Log Message:
Be sure to not include linux_mmap.h before linux_syscallargs.h.
Otherwise wrong syscallarg macro may used for linux_sys_mmap_args
definition.
This makes mmap2 works again (at least to launch oo2 binary).


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/compat/linux32/common/linux32_mman.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index