diff options
| author | 2000-07-07 02:13:40 +0000 | |
|---|---|---|
| committer | 2000-07-07 02:13:40 +0000 | |
| commit | 15148d4753105a2393f2a25cd87c227aaef0c10e (patch) | |
| tree | 6cf9107c69ce1269d31e200f6d20a6274343a5d0 /sys/compat/linux/files.linux | |
| parent | Add a CAVEATS section explaining that you should never pass a user-supplied (diff) | |
| download | wireguard-openbsd-15148d4753105a2393f2a25cd87c227aaef0c10e.tar.xz wireguard-openbsd-15148d4753105a2393f2a25cd87c227aaef0c10e.zip | |
Change all UNIMPL and OBSOL syscalls to STD.
Add these syscalls to linux_dummy.c where they return ENOSYS and display
a friendler message which tells you what unimplemented syscall has been
called.
Diffstat (limited to 'sys/compat/linux/files.linux')
| -rw-r--r-- | sys/compat/linux/files.linux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/files.linux b/sys/compat/linux/files.linux index 06fd0a59d0f..49e7d6acf8a 100644 --- a/sys/compat/linux/files.linux +++ b/sys/compat/linux/files.linux @@ -1,4 +1,4 @@ -# $OpenBSD: files.linux,v 1.9 2000/06/07 13:35:01 niklas Exp $ +# $OpenBSD: files.linux,v 1.10 2000/07/07 02:13:40 jasoni Exp $ # $NetBSD: files.linux,v 1.4 1996/03/08 04:55:59 mycroft Exp $ # # Config.new file description for machine-independent Linux compat code. @@ -22,3 +22,4 @@ file compat/linux/linux_socket.c compat_linux file compat/linux/linux_syscalls.c compat_linux & syscall_debug file compat/linux/linux_sysent.c compat_linux file compat/linux/linux_termios.c compat_linux +file compat/linux/linux_dummy.c compat_linux |
