summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-21 16:13:16 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-21 16:13:16 +0000
commit9dfc38a01d68f5f3407fb08431c63ac0e52f1d74 (patch)
tree118b15569aa7d893993ac8c82d50adccee9dfc24 /sys/i386/linux/linux_proto.h
parentd385bd6fbbe92ddbbe06f0b6e83c70414450301b (diff)
downloadFreeBSD-src-9dfc38a01d68f5f3407fb08431c63ac0e52f1d74.zip
FreeBSD-src-9dfc38a01d68f5f3407fb08431c63ac0e52f1d74.tar.gz
Regenerate.
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index 3ec70c2..6a2843a 100644
--- a/sys/i386/linux/linux_proto.h
+++ b/sys/i386/linux/linux_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.78 2006/08/27 08:56:54 netchild Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.79 2006/09/21 16:12:58 rwatson Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -1233,7 +1233,7 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
#define LINUX_SYS_AUE_linux_readlink AUE_READLINK
#define LINUX_SYS_AUE_linux_uselib AUE_USELIB
#define LINUX_SYS_AUE_linux_reboot AUE_REBOOT
-#define LINUX_SYS_AUE_linux_readdir AUE_O_GETDENTS
+#define LINUX_SYS_AUE_linux_readdir AUE_GETDIRENTRIES
#define LINUX_SYS_AUE_linux_mmap AUE_MMAP
#define LINUX_SYS_AUE_linux_truncate AUE_TRUNCATE
#define LINUX_SYS_AUE_linux_ftruncate AUE_FTRUNCATE
@@ -1273,7 +1273,7 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
#define LINUX_SYS_AUE_linux_setfsuid16 AUE_SETFSUID
#define LINUX_SYS_AUE_linux_setfsgid16 AUE_SETFSGID
#define LINUX_SYS_AUE_linux_llseek AUE_LSEEK
-#define LINUX_SYS_AUE_linux_getdents AUE_O_GETDENTS
+#define LINUX_SYS_AUE_linux_getdents AUE_GETDIRENTRIES
#define LINUX_SYS_AUE_linux_select AUE_SELECT
#define LINUX_SYS_AUE_linux_msync AUE_MSYNC
#define LINUX_SYS_AUE_linux_getsid AUE_GETSID
@@ -1325,7 +1325,7 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
#define LINUX_SYS_AUE_linux_setfsgid AUE_SETFSGID
#define LINUX_SYS_AUE_linux_pivot_root AUE_PIVOT_ROOT
#define LINUX_SYS_AUE_linux_mincore AUE_MINCORE
-#define LINUX_SYS_AUE_linux_getdents64 AUE_O_GETDENTS
+#define LINUX_SYS_AUE_linux_getdents64 AUE_GETDIRENTRIES
#define LINUX_SYS_AUE_linux_fcntl64 AUE_FCNTL
#define LINUX_SYS_AUE_linux_gettid AUE_NULL
#define LINUX_SYS_AUE_linux_setxattr AUE_NULL
@@ -1361,10 +1361,10 @@ int linux_unshare(struct thread *, struct linux_unshare_args *);
#define LINUX_SYS_AUE_linux_clock_gettime AUE_NULL
#define LINUX_SYS_AUE_linux_clock_getres AUE_NULL
#define LINUX_SYS_AUE_linux_clock_nanosleep AUE_NULL
-#define LINUX_SYS_AUE_linux_statfs64 AUE_NULL
-#define LINUX_SYS_AUE_linux_fstatfs64 AUE_NULL
+#define LINUX_SYS_AUE_linux_statfs64 AUE_STATFS
+#define LINUX_SYS_AUE_linux_fstatfs64 AUE_FSTATFS
#define LINUX_SYS_AUE_linux_tgkill AUE_NULL
-#define LINUX_SYS_AUE_linux_utimes AUE_NULL
+#define LINUX_SYS_AUE_linux_utimes AUE_UTIMES
#define LINUX_SYS_AUE_linux_fadvise64_64 AUE_NULL
#define LINUX_SYS_AUE_linux_mbind AUE_NULL
#define LINUX_SYS_AUE_linux_get_mempolicy AUE_NULL
OpenPOWER on IntegriCloud