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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to