From 2588948d70d05c3bc4cc54529b80fd99ccfb7842 Mon Sep 17 00:00:00 2001 From: Haneef Mubarak Date: Thu, 11 Jul 2019 15:46:17 -0700 Subject: [PATCH 1/2] removed preventing compile on some archs --- emubd/lfs_emubd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emubd/lfs_emubd.c b/emubd/lfs_emubd.c index 3f31bfa..10158c6 100644 --- a/emubd/lfs_emubd.c +++ b/emubd/lfs_emubd.c @@ -11,7 +11,7 @@ #include #include #include -#include +//#include #include #include #include From 2e92f7a49b430c3aba0891e17b2bc00d92781953 Mon Sep 17 00:00:00 2001 From: Haneef Mubarak Date: Fri, 12 Jul 2019 11:46:18 -0700 Subject: [PATCH 2/2] actually removed --- emubd/lfs_emubd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/emubd/lfs_emubd.c b/emubd/lfs_emubd.c index 10158c6..712fcba 100644 --- a/emubd/lfs_emubd.c +++ b/emubd/lfs_emubd.c @@ -11,7 +11,6 @@ #include #include #include -//#include #include #include #include