From owner-svn-src-stable@FreeBSD.ORG Tue Mar 1 21:52:24 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98421106564A; Tue, 1 Mar 2011 21:52:24 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1EE8FC17; Tue, 1 Mar 2011 21:52:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p21LqOCb063302; Tue, 1 Mar 2011 21:52:24 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p21LqOmb063298; Tue, 1 Mar 2011 21:52:24 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201103012152.p21LqOmb063298@svn.freebsd.org> From: Konstantin Belousov Date: Tue, 1 Mar 2011 21:52:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219156 - stable/8/sys/amd64/linux32 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2011 21:52:24 -0000 Author: kib Date: Tue Mar 1 21:52:24 2011 New Revision: 219156 URL: http://svn.freebsd.org/changeset/base/219156 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 Tue Mar 1 21:51:32 2011 (r219155) +++ stable/8/sys/amd64/linux32/linux32_proto.h Tue Mar 1 21:52:24 2011 (r219156) @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: stable/8/sys/amd64/linux32/syscalls.master 213685 2010-10-11 09:41:24Z kib + * created from FreeBSD: stable/8/sys/amd64/linux32/syscalls.master 219155 2011-03-01 21:51:32Z kib */ #ifndef _LINUX_SYSPROTO_H_ @@ -59,8 +59,8 @@ struct linux_unlink_args { }; struct linux_execve_args { char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)]; - char argp_l_[PADL_(char **)]; char ** argp; char argp_r_[PADR_(char **)]; - char envp_l_[PADL_(char **)]; char ** envp; char envp_r_[PADR_(char **)]; + char argp_l_[PADL_(u_int32_t *)]; u_int32_t * argp; char argp_r_[PADR_(u_int32_t *)]; + char envp_l_[PADL_(u_int32_t *)]; u_int32_t * envp; char envp_r_[PADR_(u_int32_t *)]; }; struct linux_chdir_args { char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)]; Modified: stable/8/sys/amd64/linux32/linux32_syscall.h ============================================================================== --- stable/8/sys/amd64/linux32/linux32_syscall.h Tue Mar 1 21:51:32 2011 (r219155) +++ stable/8/sys/amd64/linux32/linux32_syscall.h Tue Mar 1 21:52:24 2011 (r219156) @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: stable/8/sys/amd64/linux32/syscalls.master 213685 2010-10-11 09:41:24Z kib + * created from FreeBSD: stable/8/sys/amd64/linux32/syscalls.master 219155 2011-03-01 21:51:32Z kib */ #define LINUX_SYS_exit 1 Modified: stable/8/sys/amd64/linux32/linux32_sysent.c ============================================================================== --- stable/8/sys/amd64/linux32/linux32_sysent.c Tue Mar 1 21:51:32 2011 (r219155) +++ stable/8/sys/amd64/linux32/linux32_sysent.c Tue Mar 1 21:52:24 2011 (r219156) @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: stable/8/sys/amd64/linux32/syscalls.master 213685 2010-10-11 09:41:24Z kib + * created from FreeBSD: stable/8/sys/amd64/linux32/syscalls.master 219155 2011-03-01 21:51:32Z kib */ #include "opt_compat.h"