summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-08-22 01:23:38 +0000
committerdelphij <delphij@FreeBSD.org>2014-08-22 01:23:38 +0000
commit746cb605d6fcbc1f45b38cb0471dbfab2e3c16a7 (patch)
tree9a4028577e65224aa4076fe129753180caa2c6d3 /cddl
parenta407cae160e9e635d915a6c35df42361d2cea6ec (diff)
downloadFreeBSD-src-746cb605d6fcbc1f45b38cb0471dbfab2e3c16a7.zip
FreeBSD-src-746cb605d6fcbc1f45b38cb0471dbfab2e3c16a7.tar.gz
Fix powerpc build:
Chase r270227 and compile lockstat with C99 standard. Suggested by: bde
Diffstat (limited to 'cddl')
-rw-r--r--cddl/usr.sbin/lockstat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/usr.sbin/lockstat/Makefile b/cddl/usr.sbin/lockstat/Makefile
index 0668758..499b23d 100644
--- a/cddl/usr.sbin/lockstat/Makefile
+++ b/cddl/usr.sbin/lockstat/Makefile
@@ -18,6 +18,7 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
-I${.CURDIR}/../../../sys
CFLAGS+= -DNEED_ERRLOC -g
+CSTD?= gnu99
#YFLAGS+= -d
OpenPOWER on IntegriCloud