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

Reply via email to