From owner-svn-src-stable-8@FreeBSD.ORG Fri Mar 26 16:45:22 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 392C61065674; Fri, 26 Mar 2010 16:45:22 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 27F2F8FC29; Fri, 26 Mar 2010 16:45:22 +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 o2QGjMdZ002474; Fri, 26 Mar 2010 16:45:22 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2QGjMZe002472; Fri, 26 Mar 2010 16:45:22 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201003261645.o2QGjMZe002472@svn.freebsd.org> From: Xin LI Date: Fri, 26 Mar 2010 16:45:22 +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: r205701 - stable/8/gnu/usr.bin/cpio X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2010 16:45:22 -0000 Author: delphij Date: Fri Mar 26 16:45:21 2010 New Revision: 205701 URL: http://svn.freebsd.org/changeset/base/205701 Log: MFC r205630 (imp): This broke when we went to gnu99 as the default standard. Fix the build by reverting to the gnu89 standard. Modified: stable/8/gnu/usr.bin/cpio/Makefile Directory Properties: stable/8/gnu/usr.bin/cpio/ (props changed) Modified: stable/8/gnu/usr.bin/cpio/Makefile ============================================================================== --- stable/8/gnu/usr.bin/cpio/Makefile Fri Mar 26 15:52:32 2010 (r205700) +++ stable/8/gnu/usr.bin/cpio/Makefile Fri Mar 26 16:45:21 2010 (r205701) @@ -58,6 +58,7 @@ SRCS= copyin.c \ xstrndup.c \ alloca.h \ getopt.h +CSTD=gnu89 CLEANFILES+= alloca.h getopt.h