aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-12-17 03:16:11 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-12-17 03:16:11 +0000
commit76ef01374ec5e0b6129cbe4d614813d31541a19f (patch)
tree667359a2a7a7dc83fdc1c565ab5354ec9016083e /sys/i386/linux
parentc7da3245dac887e9bc0e99f6222735208b40c2db (diff)
downloadsrc-76ef01374ec5e0b6129cbe4d614813d31541a19f.tar.gz
src-76ef01374ec5e0b6129cbe4d614813d31541a19f.zip
Regenerate (fix argument of linux_nice).
Notes
Notes: svn path=/head/; revision=31796
Diffstat (limited to 'sys/i386/linux')
-rw-r--r--sys/i386/linux/linux_proto.h2
-rw-r--r--sys/i386/linux/linux_syscall.h2
-rw-r--r--sys/i386/linux/linux_sysent.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index 4d2fb3701ec3..698cc7f815a8 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 99f14746db1f..a54706f1dbb0 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 6e36df4fe031..2f79d4d31c17 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 */