Deleted Added
full compact
linux_sysent.c (165410) linux_sysent.c (165413)
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 165410 2006-12-20 20:21:48Z jkim $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.83 2006/10/29 14:02:39 netchild Exp
5 * $FreeBSD: head/sys/i386/linux/linux_sysent.c 165413 2006-12-20 20:42:58Z jkim $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.84 2006/12/20 20:21:48 jkim Exp
7 */
8
9#include <bsm/audit_kevents.h>
10#include <sys/param.h>
11#include <sys/sysent.h>
12#include <sys/sysproto.h>
13#include <compat/linux/linux_sysproto.h>
14#include <i386/linux/linux.h>

--- 319 unchanged lines hidden ---
7 */
8
9#include <bsm/audit_kevents.h>
10#include <sys/param.h>
11#include <sys/sysent.h>
12#include <sys/sysproto.h>
13#include <compat/linux/linux_sysproto.h>
14#include <i386/linux/linux.h>

--- 319 unchanged lines hidden ---