svn commit: r213686 - stable/8/sys/amd64/linux32
Konstantin Belousov
kib at FreeBSD.org
Mon Oct 11 09:42:31 UTC 2010
Author: kib
Date: Mon Oct 11 09:42:30 2010
New Revision: 213686
URL: http://svn.freebsd.org/changeset/base/213686
Log:
Regen.
Modified:
stable/8/sys/amd64/linux32/linux32_proto.h
stable/8/sys/amd64/linux32/linux32_syscall.h
stable/8/sys/amd64/linux32/linux32_sysent.c
Modified: stable/8/sys/amd64/linux32/linux32_proto.h
==============================================================================
--- stable/8/sys/amd64/linux32/linux32_proto.h Mon Oct 11 09:41:24 2010 (r213685)
+++ stable/8/sys/amd64/linux32/linux32_proto.h Mon Oct 11 09:42:30 2010 (r213686)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 185438 2008-11-29 14:55:24Z kib
+ * created from FreeBSD: stable/8/sys/amd64/linux32/syscalls.master 213685 2010-10-11 09:41:24Z kib
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -1257,6 +1257,13 @@ int linux_vmsplice(struct thread *, stru
#endif /* COMPAT_FREEBSD6 */
+
+#ifdef COMPAT_FREEBSD7
+
+#define nosys linux_nosys
+
+#endif /* COMPAT_FREEBSD7 */
+
#define LINUX_SYS_AUE_linux_fork AUE_FORK
#define LINUX_SYS_AUE_linux_open AUE_OPEN_RWTC
#define LINUX_SYS_AUE_linux_waitpid AUE_WAIT4
Modified: stable/8/sys/amd64/linux32/linux32_syscall.h
==============================================================================
--- stable/8/sys/amd64/linux32/linux32_syscall.h Mon Oct 11 09:41:24 2010 (r213685)
+++ stable/8/sys/amd64/linux32/linux32_syscall.h Mon Oct 11 09:42:30 2010 (r213686)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 185438 2008-11-29 14:55:24Z kib
+ * created from FreeBSD: stable/8/sys/amd64/linux32/syscalls.master 213685 2010-10-11 09:41:24Z kib
*/
#define LINUX_SYS_exit 1
Modified: stable/8/sys/amd64/linux32/linux32_sysent.c
==============================================================================
--- stable/8/sys/amd64/linux32/linux32_sysent.c Mon Oct 11 09:41:24 2010 (r213685)
+++ stable/8/sys/amd64/linux32/linux32_sysent.c Mon Oct 11 09:42:30 2010 (r213686)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 185438 2008-11-29 14:55:24Z kib
+ * created from FreeBSD: stable/8/sys/amd64/linux32/syscalls.master 213685 2010-10-11 09:41:24Z kib
*/
#include "opt_compat.h"
@@ -267,7 +267,7 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 }, /* 245 = linux_io_setup */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 }, /* 246 = linux_io_destroy */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 }, /* 247 = linux_io_getevents */
- { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 }, /* 248 = inux_io_submit */
+ { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 }, /* 248 = linux_io_submit */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 }, /* 249 = linux_io_cancel */
{ 0, (sy_call_t *)linux_fadvise64, AUE_NULL, NULL, 0, 0, 0 }, /* 250 = linux_fadvise64 */
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0 }, /* 251 = */
More information about the svn-src-stable
mailing list