K 10 svn:author V 2 jb K 8 svn:date V 27 1998-03-23T06:58:06.000000Z K 7 svn:log V 250 For 1.3, NetBSD walloped the msync syscall and replaced it with __msync13. The old one got moved to compat_12. Wrap __msync13 up to look like FreeBSD's msync and be careful to respect the fact that MS_SYNC is 0x0000 on FreeBSD, but 0x0004 on NetBSD. END