Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for NetBSD syscalls. | jb | 1998-08-17 | 1 | -57/+0 |
| | |||||
* | For 1.3, NetBSD walloped the msync syscall and replaced it with | jb | 1998-03-23 | 1 | -0/+57 |
__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. |