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 caibaiyin.pku@gmail.com Acked-by: Stefan Reinauer stepan@coresystems.de
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. */