1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Somehow I left out sycall #98

This commit is contained in:
David E. O'Brien 2000-10-22 21:47:07 +00:00
parent dd3ccfd92e
commit b608e3ff66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67450

View File

@ -144,6 +144,7 @@
96 NOPROTO LINUX { int setpriority(int which, int who, int prio); }
97 STD LINUX { int osf1_socket(int domain, int type, \
int protocol); }
98 NOPROTO LINUX { int connect(int s, caddr_t name, int namelen); }
99 NOPROTO LINUX { int oaccept(int s, caddr_t name, int *anamelen); }
100 UNIMPL LINUX
101 NOPROTO LINUX { int osend(int s, caddr_t buf, int len, \