From a239e970c64e3cf36327bef7b63193d0e6a25544 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Thu, 8 Nov 2018 14:40:46 +0200 Subject: [PATCH] 9967 dflt_termios and base_termios need update (fix lint) Reviewed by: Andy Fiddaman Reviewed by: Jason King Approved by: Dan McDonald --- usr/src/cmd/init/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/src/cmd/init/Makefile b/usr/src/cmd/init/Makefile index a867a0e780..665e8b8e59 100644 --- a/usr/src/cmd/init/Makefile +++ b/usr/src/cmd/init/Makefile @@ -31,6 +31,7 @@ DEFAULTFILES= init.dfl include ../Makefile.cmd +CSTD = $(CSTD_GNU99) LDLIBS += -lpam -lbsm -lcontract -lscf CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized -- 2.11.4.GIT