From b26eaaec52b24ae26bf30358f68e8f0b3b31ce7c Mon Sep 17 00:00:00 2001 From: kato Date: Wed, 17 Dec 1997 03:16:11 +0000 Subject: Regenerate (fix argument of linux_nice). --- sys/i386/linux/linux_proto.h | 2 +- sys/i386/linux/linux_syscall.h | 2 +- sys/i386/linux/linux_sysent.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index 4d2fb37..698cc7f 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -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_ diff --git a/sys/i386/linux/linux_syscall.h b/sys/i386/linux/linux_syscall.h index 99f1474..a54706f 100644 --- a/sys/i386/linux/linux_syscall.h +++ b/sys/i386/linux/linux_syscall.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 diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c index 6e36df4..2f79d4d 100644 --- a/sys/i386/linux/linux_sysent.c +++ b/sys/i386/linux/linux_sysent.c @@ -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 */ -- cgit v1.1