summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-03-18 20:49:01 +0000
committernetchild <netchild@FreeBSD.org>2006-03-18 20:49:01 +0000
commit39276e2b1ed209b11578307d6fd05c497d836ded (patch)
tree8e282fed7ae5da2cbf9a1625df7c42a50aaacbdc /sys/i386/linux/linux_sysent.c
parentd1db96cb48e485fb9f14532b1ee1a979b4739114 (diff)
downloadFreeBSD-src-39276e2b1ed209b11578307d6fd05c497d836ded.zip
FreeBSD-src-39276e2b1ed209b11578307d6fd05c497d836ded.tar.gz
regen
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 df1cee6..4bca739 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.64 2006/03/18 18:20:16 netchild Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.65 2006/03/18 20:47:36 netchild Exp
*/
#include <bsm/audit_kevents.h>
@@ -103,7 +103,7 @@ struct sysent linux_sysent[] = {
{ SYF_MPSAFE | AS(linux_setgroups16_args), (sy_call_t *)linux_setgroups16, AUE_SETGROUPS }, /* 81 = linux_setgroups16 */
{ SYF_MPSAFE | AS(linux_old_select_args), (sy_call_t *)linux_old_select, AUE_SELECT }, /* 82 = linux_old_select */
{ SYF_MPSAFE | AS(linux_symlink_args), (sy_call_t *)linux_symlink, AUE_SYMLINK }, /* 83 = linux_symlink */
- { SYF_MPSAFE | AS(linux_stat_args), (sy_call_t *)linux_stat, AUE_STAT }, /* 84 = linux_stat */
+ { SYF_MPSAFE | AS(linux_lstat_args), (sy_call_t *)linux_lstat, AUE_STAT }, /* 84 = linux_lstat */
{ SYF_MPSAFE | AS(linux_readlink_args), (sy_call_t *)linux_readlink, AUE_READLINK }, /* 85 = linux_readlink */
{ AS(linux_uselib_args), (sy_call_t *)linux_uselib, AUE_USELIB }, /* 86 = linux_uselib */
{ SYF_MPSAFE | AS(swapon_args), (sy_call_t *)swapon, AUE_SWAPON }, /* 87 = swapon */
OpenPOWER on IntegriCloud