# HG changeset patch # User pl # Date 1063382068 0 # Node ID 608666e629b2f4b12133c69c31ec9123b76b64b0 # Parent 503fb8a04360c137b040544c17d3da8522b5e319 warning fix (missing C initializer) diff -r 503fb8a04360 -r 608666e629b2 osdep/lrmi.c --- a/osdep/lrmi.c Fri Sep 12 15:52:57 2003 +0000 +++ b/osdep/lrmi.c Fri Sep 12 15:54:28 2003 +0000 @@ -43,7 +43,7 @@ int ready; int count; struct mem_block blocks[REAL_MEM_BLOCKS]; - } mem_info = { 0 }; + } mem_info = { .ready = 0, }; static int real_mem_init(void) @@ -181,7 +181,7 @@ unsigned short ret_seg, ret_off; unsigned short stack_seg, stack_off; struct vm86_struct vm; - } context = { 0 }; + } context = { .ready = 0, }; static inline void