Deleted Added
full compact
ibcs2_sysent.c (24384) ibcs2_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.master,v 1.7 1997/02/22 09:33:38 peter Exp
5 * created from Id: syscalls.master,v 1.8 1997/04/09 15:44:46 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
17#ifdef COMPAT_43
18#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
19#else
20#define compat(n, name) 0, (sy_call_t *)nosys
21#endif
22

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

--- 131 unchanged lines hidden ---