diff options
author | bde <bde@FreeBSD.org> | 2000-05-10 14:38:28 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-05-10 14:38:28 +0000 |
commit | b1d25b2b6c2cc2e773a59a4cb46128ab8094768e (patch) | |
tree | c129de8f445959c24265408b332c280e0d779f71 /sys/svr4 | |
parent | dda3cf513038d388b4f637eda355209ed530fca8 (diff) | |
download | FreeBSD-src-b1d25b2b6c2cc2e773a59a4cb46128ab8094768e.zip FreeBSD-src-b1d25b2b6c2cc2e773a59a4cb46128ab8094768e.tar.gz |
Regenerated (to fix "created from" lines, and to fix the previous
regeneration which somehow used the wrong syscalls.master file,
resulting in unbuildable svr4_sysent.c).
Diffstat (limited to 'sys/svr4')
-rw-r--r-- | sys/svr4/svr4_proto.h | 2 | ||||
-rw-r--r-- | sys/svr4/svr4_syscall.h | 2 | ||||
-rw-r--r-- | sys/svr4/svr4_syscallnames.c | 2 | ||||
-rw-r--r-- | sys/svr4/svr4_sysent.c | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sys/svr4/svr4_proto.h b/sys/svr4/svr4_proto.h index 26b06dd..ed9359e 100644 --- a/sys/svr4/svr4_proto.h +++ b/sys/svr4/svr4_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 + * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp */ #ifndef _SVR4_SYSPROTO_H_ diff --git a/sys/svr4/svr4_syscall.h b/sys/svr4/svr4_syscall.h index 749acae..9810884 100644 --- a/sys/svr4/svr4_syscall.h +++ b/sys/svr4/svr4_syscall.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 + * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp */ #define SVR4_SYS_exit 1 diff --git a/sys/svr4/svr4_syscallnames.c b/sys/svr4/svr4_syscallnames.c index 6de96e6..d4ab739 100644 --- a/sys/svr4/svr4_syscallnames.c +++ b/sys/svr4/svr4_syscallnames.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 + * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp */ char *svr4_syscallnames[] = { diff --git a/sys/svr4/svr4_sysent.c b/sys/svr4/svr4_sysent.c index 34a34cd..51e8bca 100644 --- a/sys/svr4/svr4_sysent.c +++ b/sys/svr4/svr4_sysent.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 + * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.8 2000/05/10 14:32:32 bde Exp */ #include <sys/types.h> @@ -20,7 +20,7 @@ /* The casts are bogus but will do for now. */ struct sysent svr4_sysent[] = { { 0, (sy_call_t *)nosys }, /* 0 = unused */ - { AS(exit_args), (sy_call_t *)exit }, /* 1 = exit */ + { AS(rexit_args), (sy_call_t *)exit }, /* 1 = exit */ { 0, (sy_call_t *)fork }, /* 2 = fork */ { AS(read_args), (sy_call_t *)read }, /* 3 = read */ { AS(write_args), (sy_call_t *)write }, /* 4 = write */ |