summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cpio
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-03-24 20:20:28 +0000
committerimp <imp@FreeBSD.org>2010-03-24 20:20:28 +0000
commit36597750de3270e054dafdb4dbcfba912ecd44eb (patch)
treedac758f7575a4e2c5340181b65363a78fd96b8af /gnu/usr.bin/cpio
parente4906bb78b11d087669725c0bea9c0c9a3bbf36a (diff)
downloadFreeBSD-src-36597750de3270e054dafdb4dbcfba912ecd44eb.zip
FreeBSD-src-36597750de3270e054dafdb4dbcfba912ecd44eb.tar.gz
This broke when we went to gnu99 as the default standard. Fix the build
by reverting to the gnu89 standard.
Diffstat (limited to 'gnu/usr.bin/cpio')
-rw-r--r--gnu/usr.bin/cpio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile
index 60756ef..c31527b 100644
--- a/gnu/usr.bin/cpio/Makefile
+++ b/gnu/usr.bin/cpio/Makefile
@@ -58,6 +58,7 @@ SRCS= copyin.c \
xstrndup.c \
alloca.h \
getopt.h
+CSTD=gnu89
CLEANFILES+= alloca.h getopt.h
OpenPOWER on IntegriCloud