Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/compat
Module Name: syssrc
Committed By: tv
Date: Thu Feb 7 23:22:25 UTC 2002
Modified Files:
syssrc/sys/compat/svr4: svr4_misc.c svr4_mman.h
syssrc/sys/compat/svr4_32: svr4_32_misc.c
Log Message:
Handle MAP_ANON (0x100 in Solaris8, not 0x1000) properly, by factoring out
the flags common to SVR4 and NetBSD, and mapping the rest manually.
To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 syssrc/sys/compat/svr4/svr4_misc.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/compat/svr4/svr4_mman.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/compat/svr4_32/svr4_32_misc.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