Deleted Added
full compact
init_sysent.c (30741) init_sysent.c (31778)
1/*
2 * System call switch table.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * created from Id: syscalls.master,v 1.44 1997/10/26 20:27:51 phk Exp
6 */
7
8#include <sys/param.h>
9#include <sys/sysent.h>
10#include <sys/sysproto.h>
11
1/*
2 * System call switch table.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * created from Id: syscalls.master,v 1.44 1997/10/26 20:27:51 phk Exp
6 */
7
8#include <sys/param.h>
9#include <sys/sysent.h>
10#include <sys/sysproto.h>
11
12#include "opt_compat.h"
12#ifdef COMPAT_43
13#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
14#else
15#define compat(n, name) 0, (sy_call_t *)nosys
16#endif
17
18/* The casts are bogus but will do for now. */
19struct sysent sysent[] = {

--- 335 unchanged lines hidden ---
13#ifdef COMPAT_43
14#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
15#else
16#define compat(n, name) 0, (sy_call_t *)nosys
17#endif
18
19/* The casts are bogus but will do for now. */
20struct sysent sysent[] = {

--- 335 unchanged lines hidden ---