Deleted Added
full compact
linux_sysent.c (293908) linux_sysent.c (300360)
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/linux/linux_sysent.c 293908 2016-01-14 10:15:21Z glebius $
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 293907 2016-01-14 10:13:58Z glebius
5 * $FreeBSD: head/sys/amd64/linux/linux_sysent.c 300360 2016-05-21 08:03:13Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 300359 2016-05-21 08:01:14Z dchagin
7 */
8
9#include <sys/param.h>
10#include <sys/sysent.h>
11#include <sys/sysproto.h>
12#include <compat/linux/linux_sysproto.h>
13#include <amd64/linux/linux.h>
14#include <amd64/linux/linux_proto.h>

--- 321 unchanged lines hidden ---
7 */
8
9#include <sys/param.h>
10#include <sys/sysent.h>
11#include <sys/sysproto.h>
12#include <compat/linux/linux_sysproto.h>
13#include <amd64/linux/linux.h>
14#include <amd64/linux/linux_proto.h>

--- 321 unchanged lines hidden ---