Date: Wed, 24 Mar 2010 20:20:28 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r205630 - head/gnu/usr.bin/cpio Message-ID: <201003242020.o2OKKSlj004075@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Wed Mar 24 20:20:28 2010 New Revision: 205630 URL: http://svn.freebsd.org/changeset/base/205630 Log: This broke when we went to gnu99 as the default standard. Fix the build by reverting to the gnu89 standard. Modified: head/gnu/usr.bin/cpio/Makefile Modified: head/gnu/usr.bin/cpio/Makefile ============================================================================== --- head/gnu/usr.bin/cpio/Makefile Wed Mar 24 20:02:40 2010 (r205629) +++ head/gnu/usr.bin/cpio/Makefile Wed Mar 24 20:20:28 2010 (r205630) @@ -58,6 +58,7 @@ SRCS= copyin.c \ xstrndup.c \ alloca.h \ getopt.h +CSTD=gnu89 CLEANFILES+= alloca.h getopt.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003242020.o2OKKSlj004075>