Date: Sun, 8 Aug 2021 00:31:02 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 3e5bff102b4b - main - bsdinstall: Remove unused sysctl.h header #include Message-ID: <202108080031.1780V2WT072328@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=3e5bff102b4bd09962b0f735217635cb513d53a3 commit 3e5bff102b4bd09962b0f735217635cb513d53a3 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-05-19 16:28:47 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-08-08 00:30:29 +0000 bsdinstall: Remove unused sysctl.h header #include --- usr.sbin/bsdinstall/partedit/part_wizard.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bsdinstall/partedit/part_wizard.c b/usr.sbin/bsdinstall/partedit/part_wizard.c index 9f7158a4801e..52c5d7f649cc 100644 --- a/usr.sbin/bsdinstall/partedit/part_wizard.c +++ b/usr.sbin/bsdinstall/partedit/part_wizard.c @@ -29,7 +29,6 @@ */ #include <sys/param.h> -#include <sys/sysctl.h> #include <errno.h> #include <inttypes.h> #include <libutil.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108080031.1780V2WT072328>