| Submitter | Anton Blanchard |
|---|---|
| Date | April 11, 2010, 4:06 a.m. |
| Message ID | <20100411040615.GE11751@kryten> |
| Download | mbox | patch |
| Permalink | /patch/57974/ |
| State | Changes Requested |
| Headers | show |
Comments
Patch
Index: yaboot/second/cfg.c =================================================================== --- yaboot.orig/second/cfg.c 2010-04-11 12:17:13.000000000 +1000 +++ yaboot/second/cfg.c 2010-04-11 12:17:34.000000000 +1000 @@ -102,7 +102,6 @@ static char *currp = NULL; static char *endp = NULL; static char *file_name = NULL; static CONFIG *curr_table = cf_options; -static int ignore_entry; static jmp_buf env; static struct IMAGES {
ignore_entry isn't used, remove it to avoid a compiler warning. Signed-off-by: Anton Blanchard <anton@samba.org> ---