Regenerated.
This commit is contained in:
parent
f664346fbe
commit
853cbeeb35
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.58 1999/04/28 11:28:49 phk Exp
|
||||
* created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 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.58 1999/04/28 11:28:49 phk Exp
|
||||
* created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 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.58 1999/04/28 11:28:49 phk Exp
|
||||
* created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 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.58 1999/04/28 11:28:49 phk Exp
|
||||
* created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp
|
||||
*/
|
||||
|
||||
#define SYS_syscall 0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# FreeBSD system call names.
|
||||
# DO NOT EDIT-- this file is automatically generated.
|
||||
# created from Id: syscalls.master,v 1.58 1999/04/28 11:28:49 phk Exp
|
||||
# created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp
|
||||
MIASM = \
|
||||
syscall.o \
|
||||
exit.o \
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call prototypes.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from Id: syscalls.master,v 1.58 1999/04/28 11:28:49 phk Exp
|
||||
* created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp
|
||||
*/
|
||||
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
@ -182,7 +182,7 @@ struct profil_args {
|
||||
u_int scale; char scale_[PAD_(u_int)];
|
||||
};
|
||||
struct ktrace_args {
|
||||
char * fname; char fname_[PAD_(char *)];
|
||||
const char * fname; char fname_[PAD_(const char *)];
|
||||
int ops; char ops_[PAD_(int)];
|
||||
int facs; char facs_[PAD_(int)];
|
||||
int pid; char pid_[PAD_(int)];
|
||||
@ -890,7 +890,7 @@ struct sched_rr_get_interval_args {
|
||||
struct timespec * interval; char interval_[PAD_(struct timespec *)];
|
||||
};
|
||||
struct utrace_args {
|
||||
caddr_t addr; char addr_[PAD_(caddr_t)];
|
||||
const void * addr; char addr_[PAD_(const void *)];
|
||||
size_t len; char len_[PAD_(size_t)];
|
||||
};
|
||||
struct sendfile_args {
|
||||
|
Loading…
Reference in New Issue
Block a user