svn commit: r284142 - head/sys/boot/ficl

Marcelo Araujo araujo at FreeBSD.org
Mon Jun 8 02:31:47 UTC 2015


Author: araujo (ports committer)
Date: Mon Jun  8 02:31:46 2015
New Revision: 284142
URL: https://svnweb.freebsd.org/changeset/base/284142

Log:
  Revert my previoius commit as it explicit pollute the ficl on other
  architectures. It will be reworked by GSoC students.
  
  Requested by:	ngie, bms and pfg.

Modified:
  head/sys/boot/ficl/loader.c

Modified: head/sys/boot/ficl/loader.c
==============================================================================
--- head/sys/boot/ficl/loader.c	Mon Jun  8 00:30:58 2015	(r284141)
+++ head/sys/boot/ficl/loader.c	Mon Jun  8 02:31:46 2015	(r284142)
@@ -46,7 +46,6 @@
 #include "bootstrap.h"
 #include <string.h>
 #include "ficl.h"
-#include "../i386/libi386/libi386.h"
 
 /*		FreeBSD's loader interaction words and extras
  *


More information about the svn-src-all mailing list