aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-07-29 10:07:38 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-07-29 10:07:38 +0000
commit3a285cc807ba5b43ddb102494247e7897c2ddf48 (patch)
tree740fa532c3703a5e189b93df6aab13e29e3f9f28 /sys/i386/linux/linux_sysent.c
parent4e0f152bbe9f391860f89b0473188b34a3890f1b (diff)
Notes
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r--sys/i386/linux/linux_sysent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index 3302cde6b7d8..ae6ad329610a 100644
--- a/sys/i386/linux/linux_sysent.c
+++ b/sys/i386/linux/linux_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.33 2000/07/29 00:16:28 peter Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.34 2000/07/29 10:05:25 peter Exp
*/
#include "opt_compat.h"
@@ -18,7 +18,7 @@
/* The casts are bogus but will do for now. */
struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)linux_setup }, /* 0 = linux_setup */
- { AS(sys_exit_args), (sy_call_t *)sys_exit }, /* 1 = sys_exit */
+ { AS(sys_exit_args), (sy_call_t *)sys_exit }, /* 1 = exit */
{ 0, (sy_call_t *)linux_fork }, /* 2 = linux_fork */
{ AS(read_args), (sy_call_t *)read }, /* 3 = read */
{ AS(write_args), (sy_call_t *)write }, /* 4 = write */