Deleted Added
full compact
init_sysent.c (49429) init_sysent.c (50482)
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.61 1999/08/05 08:18:45 jkh Exp
5 * created from FreeBSD: src/sys/kern/syscalls.master,v 1.63 1999/08/28 00:46:19 peter Exp
6 */
7
8#include "opt_compat.h"
9
10#include <sys/param.h>
11#include <sys/sysent.h>
12#include <sys/sysproto.h>
13

--- 349 unchanged lines hidden ---
6 */
7
8#include "opt_compat.h"
9
10#include <sys/param.h>
11#include <sys/sysent.h>
12#include <sys/sysproto.h>
13

--- 349 unchanged lines hidden ---