diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2022-02-17 22:31:59 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2022-02-26 17:37:04 +0000 |
commit | fed899dc728afbaa478e18a094b06ca0e9b96a8d (patch) | |
tree | ccde400347f92a6a8aeed3ce17f3f6be374d07f2 | |
parent | f24fee035ef9b37d5a6868aed10261da6316a6b2 (diff) | |
download | illumos-joyent-fed899dc728afbaa478e18a094b06ca0e9b96a8d.tar.gz |
14520 sysevent/zfs_mod should use C99
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
-rw-r--r-- | usr/src/cmd/syseventd/modules/zfs_mod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/syseventd/modules/zfs_mod/Makefile b/usr/src/cmd/syseventd/modules/zfs_mod/Makefile index 8b8c2c6c42..bcdf8d442e 100644 --- a/usr/src/cmd/syseventd/modules/zfs_mod/Makefile +++ b/usr/src/cmd/syseventd/modules/zfs_mod/Makefile @@ -29,6 +29,7 @@ include ../Makefile.com CPPFLAGS += -I../../../../lib/libc/inc LDLIBS += -lzfs -ldevid -lcmdutils -lnvpair +CSTD= $(CSTD_GNU99) CERRWARN += $(CNOWARN_UNINIT) .KEEP_STATE: |