mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
The result of running make linux_sysent.c on the new syscall.master file
This commit is contained in:
parent
81bca0e98c
commit
bfc338e0bb
3 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* System call prototypes.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.12 1998/07/10 22:30:08 jkh Exp
|
||||
* created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYSPROTO_H_
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.12 1998/07/10 22:30:08 jkh Exp
|
||||
* created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
|
||||
*/
|
||||
|
||||
#define LINUX_SYS_linux_setup 0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.12 1998/07/10 22:30:08 jkh Exp
|
||||
* created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
|
@ -182,7 +182,7 @@ struct sysent linux_sysent[] = {
|
|||
{ 0, (sy_call_t *)nosys }, /* 165 = getresuid */
|
||||
{ 0, (sy_call_t *)nosys }, /* 166 = new_vm86 */
|
||||
{ 0, (sy_call_t *)nosys }, /* 167 = query_module */
|
||||
{ 0, (sy_call_t *)nosys }, /* 168 = poll */
|
||||
{ 0, (sy_call_t *)nosys }, /* 168 = { */
|
||||
{ 0, (sy_call_t *)nosys }, /* 169 = nfsservctl */
|
||||
{ 0, (sy_call_t *)nosys }, /* 170 = setresgid */
|
||||
{ 0, (sy_call_t *)nosys }, /* 171 = getresgid */
|
||||
|
|
|
|||
Loading…
Reference in a new issue