The result of running make linux_sysent.c on the new syscall.master file

This commit is contained in:
Søren Schmidt 1998-12-21 19:31:57 +00:00
parent 81bca0e98c
commit bfc338e0bb
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.12 1998/07/10 22:30:08 jkh Exp
* created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
*/
#ifndef _LINUX_SYSPROTO_H_

View file

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.12 1998/07/10 22:30:08 jkh Exp
* created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
*/
#define LINUX_SYS_linux_setup 0

View file

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.12 1998/07/10 22:30:08 jkh Exp
* created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
*/
#include "opt_compat.h"
@ -182,7 +182,7 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 165 = getresuid */
{ 0, (sy_call_t *)nosys }, /* 166 = new_vm86 */
{ 0, (sy_call_t *)nosys }, /* 167 = query_module */
{ 0, (sy_call_t *)nosys }, /* 168 = poll */
{ 0, (sy_call_t *)nosys }, /* 168 = { */
{ 0, (sy_call_t *)nosys }, /* 169 = nfsservctl */
{ 0, (sy_call_t *)nosys }, /* 170 = setresgid */
{ 0, (sy_call_t *)nosys }, /* 171 = getresgid */