From owner-svn-ports-head@FreeBSD.ORG Fri May 2 06:03:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E84B1FF0; Fri, 2 May 2014 06:03:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5DED1CC0; Fri, 2 May 2014 06:03:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4263A7v070167; Fri, 2 May 2014 06:03:10 GMT (envelope-from ache@svn.freebsd.org) Received: (from ache@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4263AgL070166; Fri, 2 May 2014 06:03:10 GMT (envelope-from ache@svn.freebsd.org) Message-Id: <201405020603.s4263AgL070166@svn.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 2 May 2014 06:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352772 - head/lang/ezm3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 06:03:11 -0000 Author: ache Date: Fri May 2 06:03:10 2014 New Revision: 352772 URL: http://svnweb.freebsd.org/changeset/ports/352772 QAT: https://qat.redports.org/buildarchive/r352772/ Log: For i386 add missing field to flock struct (already done for amd64) Added: head/lang/ezm3/files/patch-libs__m3core__src__unix__freebsd-4.i386__Unix.i3 (contents, props changed) Added: head/lang/ezm3/files/patch-libs__m3core__src__unix__freebsd-4.i386__Unix.i3 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ezm3/files/patch-libs__m3core__src__unix__freebsd-4.i386__Unix.i3 Fri May 2 06:03:10 2014 (r352772) @@ -0,0 +1,10 @@ +--- libs/m3core/src/unix/freebsd-4.i386/Unix.i3.bak 2002-03-23 05:28:45.000000000 +0300 ++++ libs/m3core/src/unix/freebsd-4.i386/Unix.i3 2014-05-02 09:33:09.000000000 +0400 +@@ -149,6 +149,7 @@ + l_pid: pid_t := 0; + l_type: short; (* see below *) + l_whence: short; ++ l_sysid: int := 0; + END; + (* ok *) +