Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Feb 2022 21:45:35 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: eaeff15960e0 - stable/13 - bsdinstall: Remove unused sysctl.h header #include
Message-ID:  <202202082145.218LjZ1W043038@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=eaeff15960e04f1abccb17f4e6ef557159f8b4b2

commit eaeff15960e04f1abccb17f4e6ef557159f8b4b2
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-05-19 16:28:47 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-02-08 20:50:32 +0000

    bsdinstall: Remove unused sysctl.h header #include
    
    (cherry picked from commit 3e5bff102b4bd09962b0f735217635cb513d53a3)
---
 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?202202082145.218LjZ1W043038>