linux_sysent.c (b626f5a73a48f44a31a200291b141e1da408a2ff) linux_sysent.c (de44d808ef9e0a4cdccaf37cb009737ba57f3d14)
1/*
2 * System call switch table.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
1/*
2 * System call switch table.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 289769 2015-10-22 21:28:20Z jhb
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 293907 2016-01-14 10:13:58Z glebius
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 ---