Author: stepan
Date: Tue Apr 13 22:34:58 2010
New Revision: 125
URL: http://tracker.coreboot.org/trac/filo/changeset/125

Log:
add extern declaration of UNIQUE_BUF (fixes CONFIG_EXPERIMENTAL compilation)

Signed-off-by: Cai Bai Yin <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

Modified:
   trunk/filo/include/grub/shared.h

Modified: trunk/filo/include/grub/shared.h
==============================================================================
--- trunk/filo/include/grub/shared.h    Sun Apr 11 13:37:06 2010        (r124)
+++ trunk/filo/include/grub/shared.h    Tue Apr 13 22:34:58 2010        (r125)
@@ -55,6 +55,7 @@
 #define COMPLETION_BUFLEN      MAX_CMDLINE
 
 /* The buffer for the unique string.  */
+extern char UNIQUE_BUF[];
 #define UNIQUE_BUFLEN          MAX_CMDLINE
 
 /* The buffer for the menu entries.  */

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to