linux_sysent.c (d60840138f6292c1ceeb177ebe797eca0b2749da) linux_sysent.c (f26a190f654f299803795513003a0e892d3f5835)
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/i386/linux/syscalls.master 297061 2016-03-20 13:21:20Z dchagin
6 * created from FreeBSD: head/sys/i386/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 <i386/linux/linux.h>
14#include <i386/linux/linux_proto.h>

--- 357 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 <i386/linux/linux.h>
14#include <i386/linux/linux_proto.h>

--- 357 unchanged lines hidden ---