Added dummy mount/umount() syscalls for bogus Linux applications that
authoretheisen <etheisen@openbsd.org>
Sun, 28 Apr 1996 07:38:22 +0000 (07:38 +0000)
committeretheisen <etheisen@openbsd.org>
Sun, 28 Apr 1996 07:38:22 +0000 (07:38 +0000)
commit234c9175790c7227683cfddda32ec695ec593bd0
tree93f6a806e490d6500133dc0af4423e3cfa879564
parentcbd85b16cb81c2a23d6fab46d68a003c0016216c
Added dummy mount/umount() syscalls for bogus Linux applications that
blindly call mount().  These dummy calls always return EPERM.  Fixed
uncommented NetBSD tag problem encountered when using makesyscalls.sh.
sys/compat/linux/files.linux
sys/compat/linux/linux_mount.c [new file with mode: 0644]
sys/compat/linux/syscalls.master