Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2022 17:24:57 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4333168b1dc0 - main - stand: Remove unneeded include from geli
Message-ID:  <202208031724.273HOvqn085279@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit 4333168b1dc0f9285e90ccba26e21348e51fe889
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-08-03 17:13:34 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-08-03 17:24:38 +0000

    stand: Remove unneeded include from geli
    
    bootstrap.h isn't needed at all by geil, so remove it.
    
    Sponsored by:           Netflix
    Reviewed by:            tsoome (earlier version)
    Differential Revision:  https://reviews.freebsd.org/D35920
---
 stand/libsa/geli/geliboot_internal.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/stand/libsa/geli/geliboot_internal.h b/stand/libsa/geli/geliboot_internal.h
index 2af74466179f..74ca17f0b9b6 100644
--- a/stand/libsa/geli/geliboot_internal.h
+++ b/stand/libsa/geli/geliboot_internal.h
@@ -40,8 +40,6 @@
 #include <geom/eli/g_eli.h>
 #include <geom/eli/pkcs5v2.h>
 
-#include <bootstrap.h>
-
 /* Pull in the md5, sha256, and sha512 implementations */
 #include <sys/md5.h>
 #include <crypto/sha2/sha256.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208031724.273HOvqn085279>