diff options
author | araujo <araujo@FreeBSD.org> | 2015-06-08 02:31:46 +0000 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2015-06-08 02:31:46 +0000 |
commit | 4bd223b0371c53deeecdce2da1261be49546bd6e (patch) | |
tree | 0d6b4a46b88e7b9d0d51f8935e82128f5a07ea33 | |
parent | 76faddae1159ff9075402ed51b7d752224b2fce7 (diff) | |
download | FreeBSD-src-4bd223b0371c53deeecdce2da1261be49546bd6e.zip FreeBSD-src-4bd223b0371c53deeecdce2da1261be49546bd6e.tar.gz |
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.
-rw-r--r-- | sys/boot/ficl/loader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/ficl/loader.c b/sys/boot/ficl/loader.c index 75ca5ee..6641438 100644 --- a/sys/boot/ficl/loader.c +++ b/sys/boot/ficl/loader.c @@ -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 * |