summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-12-21 19:31:57 +0000
committersos <sos@FreeBSD.org>1998-12-21 19:31:57 +0000
commit5dc2c17026e7f757a215f4d72924dfe769472532 (patch)
tree86786d0740e8072dd2bd0535035942f14fb9057b /sys
parent885947f39b45cb327bacab4bf3429ac7dbebfde2 (diff)
downloadFreeBSD-src-5dc2c17026e7f757a215f4d72924dfe769472532.zip
FreeBSD-src-5dc2c17026e7f757a215f4d72924dfe769472532.tar.gz
The result of running make linux_sysent.c on the new syscall.master file
Diffstat (limited to 'sys')
-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 395d907..c944cdc 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.12 1998/07/10 22:30:08 jkh Exp
+ * created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
*/
#ifndef _LINUX_SYSPROTO_H_
diff --git a/sys/i386/linux/linux_syscall.h b/sys/i386/linux/linux_syscall.h
index c88cc7c..f0ed2ef 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.12 1998/07/10 22:30:08 jkh Exp
+ * created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
*/
#define LINUX_SYS_linux_setup 0
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index 709fffb..7f194ea 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.12 1998/07/10 22:30:08 jkh Exp
+ * created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
*/
#include "opt_compat.h"
@@ -182,7 +182,7 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 165 = getresuid */
{ 0, (sy_call_t *)nosys }, /* 166 = new_vm86 */
{ 0, (sy_call_t *)nosys }, /* 167 = query_module */
- { 0, (sy_call_t *)nosys }, /* 168 = poll */
+ { 0, (sy_call_t *)nosys }, /* 168 = { */
{ 0, (sy_call_t *)nosys }, /* 169 = nfsservctl */
{ 0, (sy_call_t *)nosys }, /* 170 = setresgid */
{ 0, (sy_call_t *)nosys }, /* 171 = getresgid */
OpenPOWER on IntegriCloud