[coreboot] New patch to review: a81e32c Trivial compilation fix
Patrick Georgi (patrick@georgi-clan.de)
gerrit at coreboot.org
Sat Sep 3 13:35:39 CEST 2011
Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/181
-gerrit
commit a81e32cd0ea95aeea75b894b00f0924f7d635216
Author: Aurélien <footplus at gmail.com>
Date: Thu Sep 9 18:39:10 2010 +0200
Trivial compilation fix
Change-Id: I9e1ef711b62a42b1ddbd620d09a9c19a6e1ff0db
Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
main/grub/completions.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/main/grub/completions.c b/main/grub/completions.c
index 6588301..c54a558 100644
--- a/main/grub/completions.c
+++ b/main/grub/completions.c
@@ -23,6 +23,7 @@
#include <config.h>
#include <grub/shared.h>
#define current_slice 0
+#define IS_PC_SLICE_TYPE_BSD(type) 0
static int do_completion;
static int unique;
More information about the coreboot
mailing list