Deleted Added
sdiff udiff text old ( 111175 ) new ( 115705 )
full compact
1/*
2 * System call switch table.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.50 2003/02/20 13:32:48 tjr Exp
6 */
7
8#include <sys/cdefs.h>
9__FBSDID("$FreeBSD: head/sys/i386/linux/linux_sysent.c 115705 2003-06-02 16:56:40Z obrien $");
10
11#include "opt_compat.h"
12#include <sys/param.h>
13#include <sys/sysent.h>
14#include <sys/sysproto.h>
15#include <i386/linux/linux.h>
16#include <i386/linux/linux_proto.h>
17
18#define AS(name) (sizeof(struct name) / sizeof(register_t))

--- 226 unchanged lines hidden ---