Deleted Added
full compact
ibcs2_isc_sysent.c (24384) ibcs2_isc_sysent.c (24748)
1/*
2 * System call switch table.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call switch table.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * created from Id: syscalls.isc,v 1.3 1997/02/22 09:33:35 peter Exp
5 * created from Id: syscalls.isc,v 1.4 1997/04/09 15:44:44 bde Exp
6 */
7
6 */
7
8#include <sys/types.h>
9#include <sys/param.h>
10#include <sys/sysent.h>
11#include <sys/sysproto.h>
12#include <i386/ibcs2/ibcs2_types.h>
13#include <i386/ibcs2/ibcs2_signal.h>
8#include <sys/param.h>
9#include <sys/sysent.h>
10#include <sys/sysproto.h>
11#include <i386/ibcs2/ibcs2_types.h>
12#include <i386/ibcs2/ibcs2_signal.h>
14#include <i386/ibcs2/ibcs2_statfs.h>
15#include <i386/ibcs2/ibcs2_proto.h>
16#include <i386/ibcs2/ibcs2_xenix.h>
17
18#ifdef COMPAT_43
19#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
20#else
21#define compat(n, name) 0, (sy_call_t *)nosys
22#endif

--- 25 unchanged lines hidden ---
13#include <i386/ibcs2/ibcs2_proto.h>
14#include <i386/ibcs2/ibcs2_xenix.h>
15
16#ifdef COMPAT_43
17#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
18#else
19#define compat(n, name) 0, (sy_call_t *)nosys
20#endif

--- 25 unchanged lines hidden ---