Author: dchagin
Date: Sat Feb 12 15:36:25 2011
New Revision: 218611
URL: http://svn.freebsd.org/changeset/base/218611
Log:
Regen for r218610.
Modified:
head/sys/amd64/linux32/linux32_proto.h
head/sys/amd64/linux32/linux32_syscall.h
head/sys/amd64/linux32/linux32_sysent.c
head/sys/i386/linux/linux_proto.h
head/sys/i386/linux/linux_syscall.h
head/sys/i386/linux/linux_sysent.c
Modified: head/sys/amd64/linux32/linux32_proto.h
==============================================================================
--- head/sys/amd64/linux32/linux32_proto.h Sat Feb 12 15:33:25 2011
(r218610)
+++ head/sys/amd64/linux32/linux32_proto.h Sat Feb 12 15:36:25 2011
(r218611)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 213544
2010-10-08 07:18:44Z kib
+ * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 218610
2011-02-12 15:33:25Z dchagin
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -375,7 +375,7 @@ struct linux_clone_args {
char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
char stack_l_[PADL_(void *)]; void * stack; char stack_r_[PADR_(void
*)];
char parent_tidptr_l_[PADL_(void *)]; void * parent_tidptr; char
parent_tidptr_r_[PADR_(void *)];
- char dummy_l_[PADL_(int)]; int dummy; char dummy_r_[PADR_(int)];
+ char tls_l_[PADL_(void *)]; void * tls; char tls_r_[PADR_(void *)];
char child_tidptr_l_[PADL_(void *)]; void * child_tidptr; char
child_tidptr_r_[PADR_(void *)];
};
struct linux_setdomainname_args {
Modified: head/sys/amd64/linux32/linux32_syscall.h
==============================================================================
--- head/sys/amd64/linux32/linux32_syscall.h Sat Feb 12 15:33:25 2011
(r218610)
+++ head/sys/amd64/linux32/linux32_syscall.h Sat Feb 12 15:36:25 2011
(r218611)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 213544
2010-10-08 07:18:44Z kib
+ * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 218610
2011-02-12 15:33:25Z dchagin
*/
#define LINUX_SYS_exit 1
Modified: head/sys/amd64/linux32/linux32_sysent.c
==============================================================================
--- head/sys/amd64/linux32/linux32_sysent.c Sat Feb 12 15:33:25 2011
(r218610)
+++ head/sys/amd64/linux32/linux32_sysent.c Sat Feb 12 15:36:25 2011
(r218611)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 213544
2010-10-08 07:18:44Z kib
+ * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 218610
2011-02-12 15:33:25Z dchagin
*/
#include "opt_compat.h"
Modified: head/sys/i386/linux/linux_proto.h
==============================================================================
--- head/sys/i386/linux/linux_proto.h Sat Feb 12 15:33:25 2011
(r218610)
+++ head/sys/i386/linux/linux_proto.h Sat Feb 12 15:36:25 2011
(r218611)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 184789 2008-11-09
10:45:13Z ed
+ * created from FreeBSD: head/sys/i386/linux/syscalls.master 218610 2011-02-12
15:33:25Z dchagin
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -378,7 +378,7 @@ struct linux_clone_args {
char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
char stack_l_[PADL_(void *)]; void * stack; char stack_r_[PADR_(void
*)];
char parent_tidptr_l_[PADL_(void *)]; void * parent_tidptr; char
parent_tidptr_r_[PADR_(void *)];
- char dummy_l_[PADL_(int)]; int dummy; char dummy_r_[PADR_(int)];
+ char tls_l_[PADL_(void *)]; void * tls; char tls_r_[PADR_(void *)];
char child_tidptr_l_[PADL_(void *)]; void * child_tidptr; char
child_tidptr_r_[PADR_(void *)];
};
struct linux_setdomainname_args {
Modified: head/sys/i386/linux/linux_syscall.h
==============================================================================
--- head/sys/i386/linux/linux_syscall.h Sat Feb 12 15:33:25 2011
(r218610)
+++ head/sys/i386/linux/linux_syscall.h Sat Feb 12 15:36:25 2011
(r218611)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 184789 2008-11-09
10:45:13Z ed
+ * created from FreeBSD: head/sys/i386/linux/syscalls.master 218610 2011-02-12
15:33:25Z dchagin
*/
#define LINUX_SYS_exit 1
Modified: head/sys/i386/linux/linux_sysent.c
==============================================================================
--- head/sys/i386/linux/linux_sysent.c Sat Feb 12 15:33:25 2011
(r218610)
+++ head/sys/i386/linux/linux_sysent.c Sat Feb 12 15:36:25 2011
(r218611)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 184789 2008-11-09
10:45:13Z ed
+ * created from FreeBSD: head/sys/i386/linux/syscalls.master 218610 2011-02-12
15:33:25Z dchagin
*/
#include <sys/param.h>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"