]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Get rid of netbsd_lchown and netbsd_msync syscall entries.
authorbrooks <brooks@FreeBSD.org>
Thu, 5 Jul 2018 14:12:56 +0000 (14:12 +0000)
committerbrooks <brooks@FreeBSD.org>
Thu, 5 Jul 2018 14:12:56 +0000 (14:12 +0000)
commit3585a5abe3a4c7d2aca98b7715c7236af5f72bfd
tree6aa2d841c17c89e0578a710ce1e32634aef1b292
parentd446fc33198db67931b16b241345e7c935521abf
Get rid of netbsd_lchown and netbsd_msync syscall entries.

No valid FreeBSD binary ever called them (they would call lchown and
msync directly) and we haven't supported NetBSD binaries in ages.

Reviewed by: kib
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D15814
lib/libc/sys/Makefile.inc
lib/libc/sys/Symbol.map
lib/libc/sys/compat-stub.c [new file with mode: 0644]
sys/compat/freebsd32/syscalls.master
sys/kern/syscalls.master