]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
For 1.3, NetBSD walloped the msync syscall and replaced it with
authorJohn Birrell <jb@FreeBSD.org>
Mon, 23 Mar 1998 06:58:06 +0000 (06:58 +0000)
committerJohn Birrell <jb@FreeBSD.org>
Mon, 23 Mar 1998 06:58:06 +0000 (06:58 +0000)
commita145fea480960e3072c8a454b3647c98f16bfb0a
tree378c731587f34c092ced137fe7c6a6e281bf40bc
parent048362aaa8ec293bdc7a0a73d61438027d57dded
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.
lib/libc/sys/Makefile.inc
lib/libc/sys/netbsd_msync.c [new file with mode: 0644]