Module Name:    src
Committed By:   christos
Date:           Thu Feb  9 03:23:59 UTC 2017

Modified Files:
        src/sys/compat/linux/arch/mips: syscalls.master

Log Message:
fix listen


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/compat/linux/arch/mips/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux/arch/mips/syscalls.master
diff -u src/sys/compat/linux/arch/mips/syscalls.master:1.64 src/sys/compat/linux/arch/mips/syscalls.master:1.65
--- src/sys/compat/linux/arch/mips/syscalls.master:1.64	Sat Feb  4 13:14:44 2017
+++ src/sys/compat/linux/arch/mips/syscalls.master	Wed Feb  8 22:23:59 2017
@@ -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, \

Reply via email to