svn commit: r337326 - head/stand/i386/libi386

Toomas Soome tsoome at FreeBSD.org
Sat Aug 4 20:04:41 UTC 2018


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)


More information about the svn-src-all mailing list