after sys_socket() versioning, add the new socket syscall.

This commit is contained in:
pavel 2006-06-29 05:58:00 +00:00
parent 43ffaf603b
commit 78789f2545

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.20 2006/06/29 05:54:18 pavel Exp $
$NetBSD: syscalls.master,v 1.21 2006/06/29 05:58:00 pavel Exp $
; based on NetBSD: syscalls.master,v 1.150 2005/11/29 22:52:02 yamt Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -827,3 +827,4 @@
392 NOARGS { int sys___fhstat30(const fhandle_t *fhp, \
struct stat *sb); }
393 NOARGS { int sys___ntp_gettime30(struct ntptimeval *ntvp); }
394 NOARGS { int sys___socket30(int domain, int type, int protocol); }