mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Reran makesyscalls.sh..
This commit is contained in:
parent
801942bdd4
commit
14537e784b
3 changed files with 3 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.4 1996/01/08 04:13:22 peter Exp
|
||||
* created from Id: syscalls.master,v 1.5 1996/01/08 05:24:09 peter Exp
|
||||
*/
|
||||
|
||||
#ifndef _IBCS2_SYSPROTO_H_
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.4 1996/01/08 04:13:22 peter Exp
|
||||
* created from Id: syscalls.master,v 1.5 1996/01/08 05:24:09 peter Exp
|
||||
*/
|
||||
|
||||
#define IBCS2_SYS_syscall 0
|
||||
|
|
|
|||
|
|
@ -2,10 +2,9 @@
|
|||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.4 1996/01/08 04:13:22 peter Exp
|
||||
* created from Id: syscalls.master,v 1.5 1996/01/08 05:24:09 peter Exp
|
||||
*/
|
||||
|
||||
#include "opt_sysvipc.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysent.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue