mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
grab some static updates from linux-2.6 git to fix gcc4 build errors as reported by Khem Raj
This commit is contained in:
parent
dbd27ef3ac
commit
da163069d8
@ -59,9 +59,6 @@ void menu_set_type(int type);
|
|||||||
struct file *file_lookup(const char *name);
|
struct file *file_lookup(const char *name);
|
||||||
int file_write_dep(const char *name);
|
int file_write_dep(const char *name);
|
||||||
|
|
||||||
extern struct menu *current_entry;
|
|
||||||
extern struct menu *current_menu;
|
|
||||||
|
|
||||||
/* symbol.c */
|
/* symbol.c */
|
||||||
void sym_init(void);
|
void sym_init(void);
|
||||||
void sym_clear_all_valid(void);
|
void sym_clear_all_valid(void);
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
#include "lkc.h"
|
#include "lkc.h"
|
||||||
|
|
||||||
struct menu rootmenu;
|
struct menu rootmenu;
|
||||||
struct menu *current_menu, *current_entry;
|
|
||||||
static struct menu **last_entry_ptr;
|
static struct menu **last_entry_ptr;
|
||||||
|
|
||||||
struct file *file_list;
|
struct file *file_list;
|
||||||
|
@ -175,6 +175,8 @@ static bool zconf_endtoken(int token, int starttoken, int endtoken);
|
|||||||
|
|
||||||
struct symbol *symbol_hash[257];
|
struct symbol *symbol_hash[257];
|
||||||
|
|
||||||
|
static struct menu *current_menu, *current_entry;
|
||||||
|
|
||||||
#define YYERROR_VERBOSE
|
#define YYERROR_VERBOSE
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,6 +25,8 @@ static bool zconf_endtoken(int token, int starttoken, int endtoken);
|
|||||||
|
|
||||||
struct symbol *symbol_hash[257];
|
struct symbol *symbol_hash[257];
|
||||||
|
|
||||||
|
static struct menu *current_menu, *current_entry;
|
||||||
|
|
||||||
#define YYERROR_VERBOSE
|
#define YYERROR_VERBOSE
|
||||||
%}
|
%}
|
||||||
%expect 40
|
%expect 40
|
||||||
|
Loading…
x
Reference in New Issue
Block a user