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/4e9fd05ebef1
branches: trunk
changeset: 351329:4e9fd05ebef1
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 19d7bb902b70 -r 4e9fd05ebef1 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