svn commit: r205630 - head/gnu/usr.bin/cpio

Warner Losh imp at FreeBSD.org
Wed Mar 24 20:20:28 UTC 2010


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
 


More information about the svn-src-head mailing list