diff options
| author | Toomas Soome <tsoome@me.com> | 2018-11-08 14:40:46 +0200 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2018-11-26 11:09:10 -0500 |
| commit | a239e970c64e3cf36327bef7b63193d0e6a25544 (patch) | |
| tree | 253cb8795b6ee0ba0fd0991923ecfb3ef2fd1d96 | |
| parent | bbb9d5d65bf8372aae4b8821c80e218b8b832846 (diff) | |
| download | illumos-joyent-a239e970c64e3cf36327bef7b63193d0e6a25544.tar.gz | |
9967 dflt_termios and base_termios need update (fix lint)
Reviewed by: Andy Fiddaman <omnios@citrus-it.net>
Reviewed by: Jason King <jason.king@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
| -rw-r--r-- | usr/src/cmd/init/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
