Deleted Added
sdiff udiff text old ( 218611 ) new ( 219560 )
full compact
1/*
2 * System call switch table.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/amd64/linux32/linux32_sysent.c 219560 2011-03-12 08:58:19Z avg $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 219559 2011-03-12 08:51:43Z avg
7 */
8
9#include "opt_compat.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 <amd64/linux32/linux.h>

--- 325 unchanged lines hidden ---