Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 listen is the same as native
details: https://anonhg.NetBSD.org/src/rev/0129eb97c98c
branches: trunk
changeset: 472852:0129eb97c98c
user: cgd <cgd%NetBSD.org@localhost>
date: Mon May 10 02:54:57 1999 +0000
description:
listen is the same as native
diffstat:
sys/compat/osf1/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 18aa23b5a5e3 -r 0129eb97c98c sys/compat/osf1/syscalls.master
--- a/sys/compat/osf1/syscalls.master Mon May 10 01:59:41 1999 +0000
+++ b/sys/compat/osf1/syscalls.master Mon May 10 02:54:57 1999 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.27 1999/05/10 01:58:37 cgd Exp $
+ $NetBSD: syscalls.master,v 1.28 1999/05/10 02:54:57 cgd Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -183,7 +183,7 @@
104 NOARGS { int sys_bind(int s, caddr_t name, int namelen); }
105 NOARGS { int sys_setsockopt(int s, int level, int name, \
caddr_t val, int valsize); }
-106 UNIMPL listen
+106 NOARGS { int sys_listen(int s, int backlog); }
107 UNIMPL plock
108 UNIMPL old sigvec
109 UNIMPL old sigblock
Home |
Main Index |
Thread Index |
Old Index