Regenerate (fix argument of linux_nice).
This commit is contained in:
parent
ad6e872947
commit
b26eaaec52
@ -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_
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user