Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 1998 22:58:08 -0800 (PST)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/sys netbsd_msync.c Makefile.inc
Message-ID:  <199803230658.WAA07839@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/03/22 22:58:08 PST

  Modified files:
    lib/libc/sys         Makefile.inc 
  Added files:
    lib/libc/sys         netbsd_msync.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.48      +2 -2      src/lib/libc/sys/Makefile.inc

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803230658.WAA07839>