svn commit: r205701 - stable/8/gnu/usr.bin/cpio

Xin LI delphij at FreeBSD.org
Fri Mar 26 16:45:22 UTC 2010


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
 


More information about the svn-src-stable-8 mailing list