Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2018 20:04:41 +0000 (UTC)
From:      Toomas Soome <tsoome@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337326 - head/stand/i386/libi386
Message-ID:  <201808042004.w74K4fW4096270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tsoome
Date: Sat Aug  4 20:04:40 2018
New Revision: 337326
URL: https://svnweb.freebsd.org/changeset/base/337326

Log:
  loader: biosdisk.c has leftover geli header.
  
  A small cleanup, remove unneeded #include.

Modified:
  head/stand/i386/libi386/biosdisk.c

Modified: head/stand/i386/libi386/biosdisk.c
==============================================================================
--- head/stand/i386/libi386/biosdisk.c	Sat Aug  4 16:56:39 2018	(r337325)
+++ head/stand/i386/libi386/biosdisk.c	Sat Aug  4 20:04:40 2018	(r337326)
@@ -50,10 +50,6 @@ __FBSDID("$FreeBSD$");
 #include "disk.h"
 #include "libi386.h"
 
-#ifdef LOADER_GELI_SUPPORT
-#include "geliboot.h"
-#endif /* LOADER_GELI_SUPPORT */
-
 #define BIOS_NUMDRIVES		0x475
 #define BIOSDISK_SECSIZE	512
 #define BUFSIZE			(1 * BIOSDISK_SECSIZE)



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