Deleted Added
full compact
linux32_sysent.c (218611) linux32_sysent.c (219560)
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/amd64/linux32/linux32_sysent.c 218611 2011-02-12 15:36:25Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 218610 2011-02-12 15:33:25Z dchagin
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 ---
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 ---