From eb86794485bf5b8862365891c636749d5ac9eac4 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Fri, 22 Aug 2014 01:23:38 +0000 Subject: Fix powerpc build: Chase r270227 and compile lockstat with C99 standard. Suggested by: bde --- cddl/usr.sbin/lockstat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'cddl/usr.sbin/lockstat/Makefile') diff --git a/cddl/usr.sbin/lockstat/Makefile b/cddl/usr.sbin/lockstat/Makefile index 0668758c2f97..499b23db23b8 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 -- cgit v1.2.3