aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2001-09-28 01:32:27 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2001-09-28 01:32:27 +0000
commit745190dc80a4d4770fd5632e4b2fcf4d2d4b8f4a (patch)
tree3bbc3f447ed187a694338939059ae559796d3ad2 /sys/i386/linux/linux_sysent.c
parent52e9761e22ba84ea9f66ee64d425b0e08b916066 (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 de2af45acd73..ed7ee6ec8ea5 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.43 2001/09/08 18:48:40 marcel Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.44 2001/09/28 01:30:59 marcel Exp
*/
#include "opt_compat.h"
@@ -149,7 +149,7 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)linux_delete_module }, /* 129 = linux_delete_module */
{ 0, (sy_call_t *)linux_get_kernel_syms }, /* 130 = linux_get_kernel_syms */
{ 0, (sy_call_t *)linux_quotactl }, /* 131 = linux_quotactl */
- { AS(linux_getpgid_args), (sy_call_t *)linux_getpgid }, /* 132 = linux_getpgid */
+ { AS(getpgid_args), (sy_call_t *)getpgid }, /* 132 = getpgid */
{ AS(fchdir_args), (sy_call_t *)fchdir }, /* 133 = fchdir */
{ 0, (sy_call_t *)linux_bdflush }, /* 134 = linux_bdflush */
{ AS(linux_sysfs_args), (sy_call_t *)linux_sysfs }, /* 135 = linux_sysfs */