mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Regen.
This commit is contained in:
parent
bb430bc740
commit
70f52fd69f
6 changed files with 7 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/kern/syscalls.master 296572 2016-03-09 19:05:11Z jhb
|
||||
* created from FreeBSD: head/sys/kern/syscalls.master 297167 2016-03-21 21:37:33Z jhb
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/kern/syscalls.master 296572 2016-03-09 19:05:11Z jhb
|
||||
* created from FreeBSD: head/sys/kern/syscalls.master 297167 2016-03-21 21:37:33Z jhb
|
||||
*/
|
||||
|
||||
const char *syscallnames[] = {
|
||||
|
|
|
|||
|
|
@ -9796,7 +9796,7 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
|||
/* aio_return */
|
||||
case 314:
|
||||
if (ndx == 0 || ndx == 1)
|
||||
p = "int";
|
||||
p = "ssize_t";
|
||||
break;
|
||||
/* aio_suspend */
|
||||
case 315:
|
||||
|
|
@ -9972,7 +9972,7 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
|||
/* aio_waitcomplete */
|
||||
case 359:
|
||||
if (ndx == 0 || ndx == 1)
|
||||
p = "int";
|
||||
p = "ssize_t";
|
||||
break;
|
||||
/* getresuid */
|
||||
case 360:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/kern/syscalls.master 296572 2016-03-09 19:05:11Z jhb
|
||||
* created from FreeBSD: head/sys/kern/syscalls.master 297167 2016-03-21 21:37:33Z jhb
|
||||
*/
|
||||
|
||||
#define SYS_syscall 0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# FreeBSD system call object files.
|
||||
# DO NOT EDIT-- this file is automatically generated.
|
||||
# $FreeBSD$
|
||||
# created from FreeBSD: head/sys/kern/syscalls.master 296572 2016-03-09 19:05:11Z jhb
|
||||
# created from FreeBSD: head/sys/kern/syscalls.master 297167 2016-03-21 21:37:33Z jhb
|
||||
MIASM = \
|
||||
syscall.o \
|
||||
exit.o \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/kern/syscalls.master 296572 2016-03-09 19:05:11Z jhb
|
||||
* created from FreeBSD: head/sys/kern/syscalls.master 297167 2016-03-21 21:37:33Z jhb
|
||||
*/
|
||||
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
|
|
|
|||
Loading…
Reference in a new issue