update to match recent getdtablesize() change
This commit is contained in:
parent
f10a7fc906
commit
f63e2d134a
@ -85,7 +85,7 @@
|
||||
#define SUN_SYS_getitimer 86
|
||||
#define SUN_SYS_ogethostname 87
|
||||
#define SUN_SYS_osethostname 88
|
||||
#define SUN_SYS_getdtablesize 89
|
||||
#define SUN_SYS_ogetdtablesize 89
|
||||
#define SUN_SYS_dup2 90
|
||||
#define SUN_SYS_fcntl 92
|
||||
#define SUN_SYS_select 93
|
||||
|
@ -95,7 +95,7 @@ char *sun_syscallnames[] = {
|
||||
"getitimer", /* 86 = getitimer */
|
||||
"ogethostname", /* 87 = ogethostname */
|
||||
"osethostname", /* 88 = osethostname */
|
||||
"getdtablesize", /* 89 = getdtablesize */
|
||||
"ogetdtablesize", /* 89 = ogetdtablesize */
|
||||
"dup2", /* 90 = dup2 */
|
||||
"#91", /* 91 = getdopt */
|
||||
"fcntl", /* 92 = fcntl */
|
||||
|
@ -70,7 +70,7 @@ int swapon();
|
||||
int getitimer();
|
||||
int ogethostname();
|
||||
int osethostname();
|
||||
int getdtablesize();
|
||||
int ogetdtablesize();
|
||||
int dup2();
|
||||
int fcntl();
|
||||
int select();
|
||||
@ -292,7 +292,7 @@ struct sysent sun_sysent[] = {
|
||||
{ 2, getitimer }, /* 86 = getitimer */
|
||||
{ 2, ogethostname }, /* 87 = ogethostname */
|
||||
{ 2, osethostname }, /* 88 = osethostname */
|
||||
{ 0, getdtablesize }, /* 89 = getdtablesize */
|
||||
{ 0, ogetdtablesize }, /* 89 = ogetdtablesize */
|
||||
{ 2, dup2 }, /* 90 = dup2 */
|
||||
{ 0, nosys }, /* 91 = getdopt */
|
||||
{ 3, fcntl }, /* 92 = fcntl */
|
||||
|
@ -85,7 +85,7 @@
|
||||
#define SUN_SYS_getitimer 86
|
||||
#define SUN_SYS_ogethostname 87
|
||||
#define SUN_SYS_osethostname 88
|
||||
#define SUN_SYS_getdtablesize 89
|
||||
#define SUN_SYS_ogetdtablesize 89
|
||||
#define SUN_SYS_dup2 90
|
||||
#define SUN_SYS_fcntl 92
|
||||
#define SUN_SYS_select 93
|
||||
|
@ -95,7 +95,7 @@ char *sun_syscallnames[] = {
|
||||
"getitimer", /* 86 = getitimer */
|
||||
"ogethostname", /* 87 = ogethostname */
|
||||
"osethostname", /* 88 = osethostname */
|
||||
"getdtablesize", /* 89 = getdtablesize */
|
||||
"ogetdtablesize", /* 89 = ogetdtablesize */
|
||||
"dup2", /* 90 = dup2 */
|
||||
"#91", /* 91 = getdopt */
|
||||
"fcntl", /* 92 = fcntl */
|
||||
|
@ -70,7 +70,7 @@ int swapon();
|
||||
int getitimer();
|
||||
int ogethostname();
|
||||
int osethostname();
|
||||
int getdtablesize();
|
||||
int ogetdtablesize();
|
||||
int dup2();
|
||||
int fcntl();
|
||||
int select();
|
||||
@ -292,7 +292,7 @@ struct sysent sun_sysent[] = {
|
||||
{ 2, getitimer }, /* 86 = getitimer */
|
||||
{ 2, ogethostname }, /* 87 = ogethostname */
|
||||
{ 2, osethostname }, /* 88 = osethostname */
|
||||
{ 0, getdtablesize }, /* 89 = getdtablesize */
|
||||
{ 0, ogetdtablesize }, /* 89 = ogetdtablesize */
|
||||
{ 2, dup2 }, /* 90 = dup2 */
|
||||
{ 0, nosys }, /* 91 = getdopt */
|
||||
{ 3, fcntl }, /* 92 = fcntl */
|
||||
|
@ -1,4 +1,4 @@
|
||||
$Id: syscalls.master,v 1.15 1994/05/07 05:06:35 deraadt Exp $
|
||||
$Id: syscalls.master,v 1.16 1994/06/14 10:51:12 chopps Exp $
|
||||
; from: @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
; System call name/number master file (or rather, slave, from SunOS).
|
||||
; Processed to created sun_sysent.c, sun_syscalls.c and sun_syscall.h.
|
||||
@ -109,7 +109,7 @@
|
||||
86 STD 2 getitimer
|
||||
87 STD 2 ogethostname
|
||||
88 STD 2 osethostname
|
||||
89 STD 0 getdtablesize
|
||||
89 STD 0 ogetdtablesize
|
||||
90 STD 2 dup2
|
||||
91 UNIMPL 2 getdopt
|
||||
92 STD 3 fcntl
|
||||
|
Loading…
Reference in New Issue
Block a user