update to reflect compat_ultrix syscalls.master

This commit is contained in:
glass 1994-06-22 03:38:25 +00:00
parent 8c50058535
commit 188170d2e3
3 changed files with 7 additions and 7 deletions

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: syscalls.master,v 1.3 1994/06/22 03:37:15
*/
#define ULTRIX_SYS_syscall 0
@ -82,7 +82,7 @@
#define ULTRIX_SYS_getitimer 86
#define ULTRIX_SYS_ogethostname 87
#define ULTRIX_SYS_osethostname 88
#define ULTRIX_SYS_getdtablesize 89
#define ULTRIX_SYS_ogetdtablesize 89
#define ULTRIX_SYS_dup2 90
#define ULTRIX_SYS_fcntl 92
#define ULTRIX_SYS_select 93

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: syscalls.master,v 1.3 1994/06/22 03:37:15
*/
char *ultrix_syscallnames[] = {
@ -95,7 +95,7 @@ char *ultrix_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 */

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from: syscalls.master,v 1.15 1994/05/07 05:06:35
* created from: syscalls.master,v 1.3 1994/06/22 03:37:15
*/
#include <sys/param.h>
@ -70,7 +70,7 @@ int swapon();
int getitimer();
int ogethostname();
int osethostname();
int getdtablesize();
int ogetdtablesize();
int dup2();
int fcntl();
int select();
@ -271,7 +271,7 @@ struct sysent ultrix_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 */