Patrick Georgi ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/181
-gerrit commit a81e32cd0ea95aeea75b894b00f0924f7d635216 Author: Aurélien <[email protected]> Date: Thu Sep 9 18:39:10 2010 +0200 Trivial compilation fix Change-Id: I9e1ef711b62a42b1ddbd620d09a9c19a6e1ff0db Signed-off-by: Patrick Georgi <[email protected]> --- 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; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

