Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/aoutm68k fix excl



details:   https://anonhg.NetBSD.org/src/rev/db882733dbae
branches:  trunk
changeset: 452086:db882733dbae
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jun 18 01:39:01 2019 +0000

description:
fix excl

diffstat:

 sys/compat/aoutm68k/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4c7639f8c8be -r db882733dbae sys/compat/aoutm68k/syscalls.master
--- a/sys/compat/aoutm68k/syscalls.master       Tue Jun 18 01:38:07 2019 +0000
+++ b/sys/compat/aoutm68k/syscalls.master       Tue Jun 18 01:39:01 2019 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.43 2019/06/18 01:38:07 christos Exp $
+       $NetBSD: syscalls.master,v 1.44 2019/06/18 01:39:01 christos Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -422,7 +422,7 @@
 150    NOARGS          { int|compat_43_sys||getsockname(int fdec, void *asa, \
                            int *alen); } ogetsockname
 #else
-149    EXCL            compat_43_sys_quota
+150    EXCL            compat_43_sys_getsockname
 #endif
 
 ; Syscalls 151-180 inclusive are reserved for vendor-specific



Home | Main Index | Thread Index | Old Index