Deleted Added
full compact
linux_sysent.c (68583) linux_sysent.c (69081)
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 68583 2000-11-10 21:30:19Z marcel $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.36 2000/11/09 07:27:55 marcel Exp
5 * $FreeBSD: head/sys/i386/linux/linux_sysent.c 69081 2000-11-23 08:55:30Z marcel $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.38 2000/11/23 08:53:19 marcel 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>

--- 204 unchanged lines hidden ---
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>

--- 204 unchanged lines hidden ---