Deleted Added
full compact
linux_sysent.c (111175) linux_sysent.c (115705)
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 * $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
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
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 ---
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 ---