From bd0ce624be4492bab2f6c53383a40618647aba28 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Mon, 5 Feb 2018 08:52:36 +0300 Subject: 9027 Makefiles need to specify C99 mode consistently Reviewed by: Rich Lowe Approved by: Hans Rosenfeld --- usr/src/lib/libstmfproxy/Makefile.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/lib/libstmfproxy') diff --git a/usr/src/lib/libstmfproxy/Makefile.com b/usr/src/lib/libstmfproxy/Makefile.com index b408eb4c4d..e54ba642f3 100644 --- a/usr/src/lib/libstmfproxy/Makefile.com +++ b/usr/src/lib/libstmfproxy/Makefile.com @@ -36,7 +36,7 @@ SRCDIR = ../common INCS += -I$(SRCDIR) -C99MODE= -xc99=%all +CSTD= $(CSTD_GNU99) C99LMODE= -Xc99=%all LDLIBS += -lc -lsocket -lnsl CPPFLAGS += $(INCS) -D_REENTRANT -- cgit v1.2.3