Updated generated files.
This commit is contained in:
parent
89e00e64d9
commit
4eac1e52b3
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.46 1998/01/24 02:54:35 eivind Exp
|
||||
* created from Id: syscalls.master,v 1.48 1998/02/03 17:45:43 bde Exp
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.46 1998/01/24 02:54:35 eivind Exp
|
||||
* created from Id: syscalls.master,v 1.48 1998/02/03 17:45:43 bde Exp
|
||||
*/
|
||||
|
||||
char *syscallnames[] = {
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call hiders.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.46 1998/01/24 02:54:35 eivind Exp
|
||||
* created from Id: syscalls.master,v 1.48 1998/02/03 17:45:43 bde Exp
|
||||
*/
|
||||
|
||||
HIDE_POSIX(fork)
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.46 1998/01/24 02:54:35 eivind Exp
|
||||
* created from Id: syscalls.master,v 1.48 1998/02/03 17:45:43 bde Exp
|
||||
*/
|
||||
|
||||
#define SYS_syscall 0
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call prototypes.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.46 1998/01/24 02:54:35 eivind Exp
|
||||
* created from Id: syscalls.master,v 1.48 1998/02/03 17:45:43 bde Exp
|
||||
*/
|
||||
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
@ -10,6 +10,8 @@
|
||||
|
||||
#include <sys/signal.h>
|
||||
|
||||
struct proc;
|
||||
|
||||
struct nosys_args {
|
||||
int dummy;
|
||||
};
|
||||
@ -277,7 +279,7 @@ struct madvise_args {
|
||||
int behav;
|
||||
};
|
||||
struct mincore_args {
|
||||
caddr_t addr;
|
||||
const void * addr;
|
||||
size_t len;
|
||||
char * vec;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user