mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 23:48:09 +01:00
Reran makesyscalls.sh after changing select()'s first argument to 'int'.
This commit is contained in:
parent
b08f7993c3
commit
c2bbab53f4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17703
@ -2,7 +2,7 @@
|
|||||||
* System call switch table.
|
* System call switch table.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* created from Id: syscalls.master,v 1.27 1996/03/02 16:51:25 peter Exp
|
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* System call names.
|
* System call names.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* created from Id: syscalls.master,v 1.27 1996/03/02 16:51:25 peter Exp
|
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
char *syscallnames[] = {
|
char *syscallnames[] = {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* System call hiders.
|
* System call hiders.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* created from Id: syscalls.master,v 1.27 1996/03/02 16:51:25 peter Exp
|
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
HIDE_POSIX(fork)
|
HIDE_POSIX(fork)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* System call numbers.
|
* System call numbers.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* created from Id: syscalls.master,v 1.27 1996/03/02 16:51:25 peter Exp
|
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SYS_syscall 0
|
#define SYS_syscall 0
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* System call prototypes.
|
* System call prototypes.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* DO NOT EDIT-- this file is automatically generated.
|
||||||
* created from Id: syscalls.master,v 1.27 1996/03/02 16:51:25 peter Exp
|
* created from Id: syscalls.master,v 1.28 1996/08/20 07:17:49 smpatel Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SYS_SYSPROTO_H_
|
#ifndef _SYS_SYSPROTO_H_
|
||||||
|
Loading…
Reference in New Issue
Block a user