Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/mips revert listen



details:   https://anonhg.NetBSD.org/src/rev/adbca72a2974
branches:  trunk
changeset: 821580:adbca72a2974
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 09 22:02:05 2017 +0000

description:
revert listen

diffstat:

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

diffs (18 lines):

diff -r 5d5975a334b0 -r adbca72a2974 sys/compat/linux/arch/mips/syscalls.master
--- a/sys/compat/linux/arch/mips/syscalls.master        Thu Feb 09 22:01:48 2017 +0000
+++ b/sys/compat/linux/arch/mips/syscalls.master        Thu Feb 09 22:02:05 2017 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.65 2017/02/09 03:23:59 christos Exp $  
+       $NetBSD: syscalls.master,v 1.66 2017/02/09 22:02:05 christos Exp $  
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -295,7 +295,7 @@
                            int *alen); }
 173    STD             { int|linux_sys||getsockopt(int s, int level, \
                            int optname, void *optval, int *optlen); }
-174    STD             { int|linux_sys||listen(int s, int backlog); }
+174    NOARGS          { int|sys||listen(int s, int backlog); }
 175    STD             { int|linux_sys||recv(int s, void *buf, int len, \
                            int flags); }
 176    STD             { int|linux_sys||recvfrom(int s, void *buf, int len, \



Home | Main Index | Thread Index | Old Index