summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-08-24 08:32:19 +0000
committerdfr <dfr@FreeBSD.org>1998-08-24 08:32:19 +0000
commit1fb12a8979b46c244de5277f71b805b2fa8a39ad (patch)
tree7908c6068f110eec995eb948b6fcee362c400ba9
parentbb4dbeb43f041ca2b353d084ab1fb9fa4f4a4ec0 (diff)
downloadFreeBSD-src-1fb12a8979b46c244de5277f71b805b2fa8a39ad.zip
FreeBSD-src-1fb12a8979b46c244de5277f71b805b2fa8a39ad.tar.gz
Regnerate.
-rw-r--r--sys/kern/init_sysent.c2
-rw-r--r--sys/kern/syscalls.c2
-rw-r--r--sys/sys/syscall-hide.h2
-rw-r--r--sys/sys/syscall.h2
-rw-r--r--sys/sys/syscall.mk2
-rw-r--r--sys/sys/sysproto.h16
6 files changed, 13 insertions, 13 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 7a18740..d806c5b 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.52 1998/06/07 17:11:40 dfr Exp
+ * created from Id: syscalls.master,v 1.53 1998/08/24 08:29:52 dfr Exp
*/
#include "opt_compat.h"
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 8bf618e..781cf4c 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.52 1998/06/07 17:11:40 dfr Exp
+ * created from Id: syscalls.master,v 1.53 1998/08/24 08:29:52 dfr Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h
index c345d2e..dd8fab9 100644
--- a/sys/sys/syscall-hide.h
+++ b/sys/sys/syscall-hide.h
@@ -2,7 +2,7 @@
* System call hiders.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.52 1998/06/07 17:11:40 dfr Exp
+ * created from Id: syscalls.master,v 1.53 1998/08/24 08:29:52 dfr Exp
*/
HIDE_POSIX(fork)
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 23c5b7b..ae58e24 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.52 1998/06/07 17:11:40 dfr Exp
+ * created from Id: syscalls.master,v 1.53 1998/08/24 08:29:52 dfr Exp
*/
#define SYS_syscall 0
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk
index 4fa066a..5d5bd0f 100644
--- a/sys/sys/syscall.mk
+++ b/sys/sys/syscall.mk
@@ -1,6 +1,6 @@
# FreeBSD system call names.
# DO NOT EDIT-- this file is automatically generated.
-# created from Id: syscalls.master,v 1.52 1998/06/07 17:11:40 dfr Exp
+# created from Id: syscalls.master,v 1.53 1998/08/24 08:29:52 dfr Exp
MIASM = \
syscall.o \
exit.o \
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 5901743..40ee5bd 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.52 1998/06/07 17:11:40 dfr Exp
+ * created from Id: syscalls.master,v 1.53 1998/08/24 08:29:52 dfr Exp
*/
#ifndef _SYS_SYSPROTO_H_
@@ -26,13 +26,13 @@ struct fork_args {
};
struct read_args {
int fd; char fd_[PAD_(int)];
- char * buf; char buf_[PAD_(char *)];
- u_int nbyte; char nbyte_[PAD_(u_int)];
+ void * buf; char buf_[PAD_(void *)];
+ size_t nbyte; char nbyte_[PAD_(size_t)];
};
struct write_args {
int fd; char fd_[PAD_(int)];
- char * buf; char buf_[PAD_(char *)];
- u_int nbyte; char nbyte_[PAD_(u_int)];
+ const void * buf; char buf_[PAD_(const void *)];
+ size_t nbyte; char nbyte_[PAD_(size_t)];
};
struct open_args {
char * path; char path_[PAD_(char *)];
@@ -177,8 +177,8 @@ struct getegid_args {
};
struct profil_args {
caddr_t samples; char samples_[PAD_(caddr_t)];
- u_int size; char size_[PAD_(u_int)];
- u_int offset; char offset_[PAD_(u_int)];
+ size_t size; char size_[PAD_(size_t)];
+ size_t offset; char offset_[PAD_(size_t)];
u_int scale; char scale_[PAD_(u_int)];
};
struct ktrace_args {
@@ -1111,7 +1111,7 @@ struct ofstat_args {
struct getkerninfo_args {
int op; char op_[PAD_(int)];
char * where; char where_[PAD_(char *)];
- int * size; char size_[PAD_(int *)];
+ size_t * size; char size_[PAD_(size_t *)];
int arg; char arg_[PAD_(int)];
};
struct ommap_args {
OpenPOWER on IntegriCloud