Deleted Added
full compact
cloudabi32_sysent.c (307144) cloudabi32_sysent.c (316574)
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: stable/11/sys/compat/cloudabi32/cloudabi32_sysent.c 307144 2016-10-12 12:17:41Z ed $
6 * created from FreeBSD: head/sys/contrib/cloudabi/syscalls32.master 304563 2016-08-21 15:56:19Z ed
5 * $FreeBSD: stable/11/sys/compat/cloudabi32/cloudabi32_sysent.c 316574 2017-04-06 15:10:36Z ed $
6 * created from FreeBSD: head/sys/contrib/cloudabi/syscalls32.master 312353 2017-01-17 22:03:08Z ed
7 */
8
9#include <sys/sysent.h>
10#include <sys/sysproto.h>
11#include <contrib/cloudabi/cloudabi32_types.h>
12#include <compat/cloudabi32/cloudabi32_proto.h>
13
14#define AS(name) (sizeof(struct name) / sizeof(register_t))

--- 61 unchanged lines hidden ---
7 */
8
9#include <sys/sysent.h>
10#include <sys/sysproto.h>
11#include <contrib/cloudabi/cloudabi32_types.h>
12#include <compat/cloudabi32/cloudabi32_proto.h>
13
14#define AS(name) (sizeof(struct name) / sizeof(register_t))

--- 61 unchanged lines hidden ---