Regenerate (fix argument of linux_nice).

This commit is contained in:
kato 1997-12-17 03:16:11 +00:00
parent ad6e872947
commit b26eaaec52
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.5 1997/04/09 15:34:09 bde Exp
* created from Id: syscalls.master,v 1.6 1997/12/17 03:12:35 kato 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.5 1997/04/09 15:34:09 bde Exp
* created from Id: syscalls.master,v 1.6 1997/12/17 03:12:35 kato 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.5 1997/04/09 15:34:09 bde Exp
* created from Id: syscalls.master,v 1.6 1997/12/17 03:12:35 kato Exp
*/
#include "opt_compat.h"
@ -55,7 +55,7 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)linux_stty }, /* 31 = linux_stty */
{ 0, (sy_call_t *)linux_gtty }, /* 32 = linux_gtty */
{ 2, (sy_call_t *)linux_access }, /* 33 = linux_access */
{ 0, (sy_call_t *)linux_nice }, /* 34 = linux_nice */
{ 1, (sy_call_t *)linux_nice }, /* 34 = linux_nice */
{ 0, (sy_call_t *)linux_ftime }, /* 35 = linux_ftime */
{ 0, (sy_call_t *)sync }, /* 36 = sync */
{ 2, (sy_call_t *)linux_kill }, /* 37 = linux_kill */