From fed899dc728afbaa478e18a094b06ca0e9b96a8d Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Thu, 17 Feb 2022 22:31:59 +0000 Subject: 14520 sysevent/zfs_mod should use C99 Reviewed by: Gergő Mihály Doma Reviewed by: Yuri Pankov Reviewed by: Gordon Ross Reviewed by: Toomas Soome Approved by: Robert Mustacchi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/src/cmd/syseventd/modules/zfs_mod/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src') 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: -- cgit v1.2.3