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 fix listen
details: https://anonhg.NetBSD.org/src/rev/0b9fc844b5eb
branches: trunk
changeset: 351297:0b9fc844b5eb
user: christos <christos%NetBSD.org@localhost>
date: Thu Feb 09 03:23:59 2017 +0000
description:
fix listen
diffstat:
sys/compat/linux/arch/mips/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b3ae95d88428 -r 0b9fc844b5eb sys/compat/linux/arch/mips/syscalls.master
--- a/sys/compat/linux/arch/mips/syscalls.master Thu Feb 09 02:20:33 2017 +0000
+++ b/sys/compat/linux/arch/mips/syscalls.master Thu Feb 09 03:23:59 2017 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.64 2017/02/04 18:14:44 christos Exp $
+ $NetBSD: syscalls.master,v 1.65 2017/02/09 03:23:59 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 NOARGS { int|sys||listen(int s, int backlog); }
+174 STD { int|linux_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