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 * $FreeBSD: head/sys/i386/linux/linux_sysent.c 111175 2003-02-20 13:34:15Z tjr $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.50 2003/02/20 13:32:48 tjr Exp
7 */
8
9#include "opt_compat.h"
10#include <sys/param.h>
11#include <sys/sysent.h>
12#include <sys/sysproto.h>
13#include <i386/linux/linux.h>
14#include <i386/linux/linux_proto.h>
15
16#define AS(name) (sizeof(struct name) / sizeof(register_t))

--- 226 unchanged lines hidden ---