summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-06-08 20:47:30 +0000
committersobomax <sobomax@FreeBSD.org>2005-06-08 20:47:30 +0000
commit3d445ed2f2296f8e48f68e61e24de3eb40e4bdcc (patch)
treedb2b4af56ca367bc77d2683f20235c10f10c1b96 /sys/i386/linux/linux_sysent.c
parent307c6bb14996af08596d7169372631784e07b77f (diff)
downloadFreeBSD-src-3d445ed2f2296f8e48f68e61e24de3eb40e4bdcc.zip
FreeBSD-src-3d445ed2f2296f8e48f68e61e24de3eb40e4bdcc.tar.gz
Regen after addition of linux_getpriority wrapper.
PR: kern/81951 Submitted by: Andriy Gapon <avg@icyb.net.ua> MFC after: 1 week
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 9b2aabb..bf7865b 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.60 2005/05/30 15:09:18 rwatson Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.61 2005/06/08 20:41:28 sobomax Exp
*/
#include <bsm/audit_kevents.h>
@@ -116,7 +116,7 @@ struct sysent linux_sysent[] = {
{ AS(oftruncate_args), (sy_call_t *)oftruncate, AUE_NULL }, /* 93 = oftruncate */
{ AS(fchmod_args), (sy_call_t *)fchmod, AUE_NULL }, /* 94 = fchmod */
{ AS(fchown_args), (sy_call_t *)fchown, AUE_NULL }, /* 95 = fchown */
- { SYF_MPSAFE | AS(getpriority_args), (sy_call_t *)getpriority, AUE_NULL }, /* 96 = getpriority */
+ { SYF_MPSAFE | AS(linux_getpriority_args), (sy_call_t *)linux_getpriority, AUE_NULL }, /* 96 = linux_getpriority */
{ SYF_MPSAFE | AS(setpriority_args), (sy_call_t *)setpriority, AUE_NULL }, /* 97 = setpriority */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 98 = profil */
{ AS(linux_statfs_args), (sy_call_t *)linux_statfs, AUE_NULL }, /* 99 = linux_statfs */
OpenPOWER on IntegriCloud