From a823173a797cf6d994656aecda2d957d2d7de7c6 Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Fri, 4 Jan 2019 23:21:36 +0200 Subject: [PATCH] hsfs/labelit: remove -Wno-implicit-function-declaration --- usr/src/cmd/fs.d/hsfs/labelit/Makefile | 1 - usr/src/cmd/fs.d/hsfs/labelit/labelit.c | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/src/cmd/fs.d/hsfs/labelit/Makefile b/usr/src/cmd/fs.d/hsfs/labelit/Makefile index b1d006adbc..28d4e007cd 100644 --- a/usr/src/cmd/fs.d/hsfs/labelit/Makefile +++ b/usr/src/cmd/fs.d/hsfs/labelit/Makefile @@ -30,7 +30,6 @@ ATTMK= $(LIBPROG) include ../../Makefile.fstype CERRWARN += -Wno-switch -CERRWARN += -Wno-implicit-function-declaration CERRWARN += -Wno-unused-variable diff --git a/usr/src/cmd/fs.d/hsfs/labelit/labelit.c b/usr/src/cmd/fs.d/hsfs/labelit/labelit.c index 78e089c9f6..9e0cd4584c 100644 --- a/usr/src/cmd/fs.d/hsfs/labelit/labelit.c +++ b/usr/src/cmd/fs.d/hsfs/labelit/labelit.c @@ -46,6 +46,9 @@ #include #include #include +#include +#include +#include #include #include -- 2.11.4.GIT