summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-12-17 03:16:11 +0000
committerkato <kato@FreeBSD.org>1997-12-17 03:16:11 +0000
commitb26eaaec52b24ae26bf30358f68e8f0b3b31ce7c (patch)
treea524201c497c865786f6cdba70ba3e9c6714d517 /sys/i386
parentad6e872947c79af4ff1448dd2bcaae9522a293ce (diff)
downloadFreeBSD-src-b26eaaec52b24ae26bf30358f68e8f0b3b31ce7c.zip
FreeBSD-src-b26eaaec52b24ae26bf30358f68e8f0b3b31ce7c.tar.gz
Regenerate (fix argument of linux_nice).
Diffstat (limited to 'sys/i386')
-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 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 */
OpenPOWER on IntegriCloud