aboutsummaryrefslogtreecommitdiff
path: root/cddl/Makefile.inc
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-08-22 20:04:51 +0000
committerXin LI <delphij@FreeBSD.org>2014-08-22 20:04:51 +0000
commit4ddb46f694a0db537f093297b7d00b46181aa00e (patch)
tree8a5d6970efa63e0664d1bca3c052d034cea31c9e /cddl/Makefile.inc
parentd77e67e495266d993f07d5b20822faf127bd1948 (diff)
downloadsrc-4ddb46f694a0db537f093297b7d00b46181aa00e.tar.gz
src-4ddb46f694a0db537f093297b7d00b46181aa00e.zip
Make DTrace stuff compile with C99 standard.
Notes
Notes: svn path=/head/; revision=270358
Diffstat (limited to 'cddl/Makefile.inc')
-rw-r--r--cddl/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cddl/Makefile.inc b/cddl/Makefile.inc
index 9ebb86bffc5b..94a42492a4f0 100644
--- a/cddl/Makefile.inc
+++ b/cddl/Makefile.inc
@@ -8,7 +8,6 @@ IGNORE_PRAGMA= YES
CFLAGS+= -DNEED_SOLARIS_BOOLEAN
WARNS?= 6
-CSTD?= gnu89
# Do not lint the CDDL stuff. It is all externally maintained and
# lint output is wasteful noise here.