Added a third "flags" argument to msync() ...as other systems have.

This commit is contained in:
David Greenman 1995-03-25 16:52:24 +00:00
parent f2b247fab8
commit bc4c84cf7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7359
2 changed files with 3 additions and 3 deletions

View File

@ -313,7 +313,7 @@ struct sysent sysent[] = {
{ compat(2,fstat) }, /* 62 = old fstat */
{ compat(4,getkerninfo) }, /* 63 = old getkerninfo */
{ compat(0,getpagesize) }, /* 64 = old getpagesize */
{ 2, msync }, /* 65 = msync */
{ 3, msync }, /* 65 = msync */
{ 0, vfork }, /* 66 = vfork */
{ 0, nosys }, /* 67 = obsolete vread */
{ 0, nosys }, /* 68 = obsolete vwrite */

View File

@ -1,4 +1,4 @@
$Id: syscalls.master,v 1.12 1994/12/14 17:57:23 wollman Exp $
$Id: syscalls.master,v 1.13 1995/03/04 03:24:26 davidg Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
;
; System call name/number master file.
@ -97,7 +97,7 @@
62 COMPAT 2 POSIX fstat
63 COMPAT 4 BSD getkerninfo
64 COMPAT 0 BSD getpagesize
65 STD 2 BSD msync
65 STD 3 BSD msync
66 STD 0 BSD vfork
67 OBSOL 0 NOHIDE vread
68 OBSOL 0 NOHIDE vwrite