mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Updated generated files.
This commit is contained in:
parent
e7c1c309fa
commit
39b14624c5
6 changed files with 3 additions and 34 deletions
|
|
@ -5,8 +5,6 @@
|
|||
* created from Id: syscalls.isc,v 1.4 1997/04/09 15:44:44 bde Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysent.h>
|
||||
#include <sys/sysproto.h>
|
||||
|
|
@ -15,12 +13,6 @@
|
|||
#include <i386/ibcs2/ibcs2_proto.h>
|
||||
#include <i386/ibcs2/ibcs2_xenix.h>
|
||||
|
||||
#ifdef COMPAT_43
|
||||
#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
|
||||
#else
|
||||
#define compat(n, name) 0, (sy_call_t *)nosys
|
||||
#endif
|
||||
|
||||
/* The casts are bogus but will do for now. */
|
||||
struct sysent isc_sysent[] = {
|
||||
{ 0, (sy_call_t *)nosys }, /* 0 = nosys */
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
* created from Id: syscalls.master,v 1.8 1997/04/09 15:44:46 bde Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysent.h>
|
||||
#include <sys/sysproto.h>
|
||||
|
|
@ -14,12 +12,6 @@
|
|||
#include <i386/ibcs2/ibcs2_signal.h>
|
||||
#include <i386/ibcs2/ibcs2_proto.h>
|
||||
|
||||
#ifdef COMPAT_43
|
||||
#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
|
||||
#else
|
||||
#define compat(n, name) 0, (sy_call_t *)nosys
|
||||
#endif
|
||||
|
||||
/* The casts are bogus but will do for now. */
|
||||
struct sysent ibcs2_sysent[] = {
|
||||
{ 0, (sy_call_t *)nosys }, /* 0 = syscall */
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
* created from Id: syscalls.xenix,v 1.5 1997/04/09 15:44:47 bde Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysent.h>
|
||||
#include <sys/sysproto.h>
|
||||
|
|
@ -14,12 +12,6 @@
|
|||
#include <i386/ibcs2/ibcs2_signal.h>
|
||||
#include <i386/ibcs2/ibcs2_xenix.h>
|
||||
|
||||
#ifdef COMPAT_43
|
||||
#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
|
||||
#else
|
||||
#define compat(n, name) 0, (sy_call_t *)nosys
|
||||
#endif
|
||||
|
||||
/* The casts are bogus but will do for now. */
|
||||
struct sysent xenix_sysent[] = {
|
||||
{ 0, (sy_call_t *)nosys }, /* 0 = nosys */
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
* System call prototypes.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.10 1998/03/29 07:59:10 peter Exp
|
||||
* created from Id: syscalls.master,v 1.11 1998/06/09 03:28:14 bde 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.10 1998/03/29 07:59:10 peter Exp
|
||||
* created from Id: syscalls.master,v 1.11 1998/06/09 03:28:14 bde Exp
|
||||
*/
|
||||
|
||||
#define LINUX_SYS_linux_setup 0
|
||||
|
|
|
|||
|
|
@ -2,23 +2,16 @@
|
|||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.10 1998/03/29 07:59:10 peter Exp
|
||||
* created from Id: syscalls.master,v 1.11 1998/06/09 03:28:14 bde Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysent.h>
|
||||
#include <sys/sysproto.h>
|
||||
#include <i386/linux/linux.h>
|
||||
#include <i386/linux/linux_proto.h>
|
||||
|
||||
#ifdef COMPAT_43
|
||||
#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
|
||||
#else
|
||||
#define compat(n, name) 0, (sy_call_t *)nosys
|
||||
#endif
|
||||
|
||||
/* The casts are bogus but will do for now. */
|
||||
struct sysent linux_sysent[] = {
|
||||
{ 0, (sy_call_t *)linux_setup }, /* 0 = linux_setup */
|
||||
|
|
|
|||
Loading…
Reference in a new issue