/[hurd]/hurd-l4/wortel/ia32-cmain.c
ViewVC logotype

Diff of /hurd-l4/wortel/ia32-cmain.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by marcus, Mon Sep 15 18:09:45 2003 UTC revision 1.5 by marcus, Mon Sep 15 18:45:16 2003 UTC
# Line 131  find_components (void) Line 131  find_components (void)
131    if (CHECK_FLAG (mbi->flags, 3))    if (CHECK_FLAG (mbi->flags, 3))
132      {      {
133        module_t *mod = (module_t *) mbi->mods_addr;        module_t *mod = (module_t *) mbi->mods_addr;
       unsigned int nr_mods;  
134        unsigned int i;        unsigned int i;
135    
136        mods_count = mbi->mods_count - 1;        mods_count = mbi->mods_count - 1;
# Line 140  find_components (void) Line 139  find_components (void)
139        /* Skip the entry for the rootserver.  */        /* Skip the entry for the rootserver.  */
140        mod++;        mod++;
141    
142        for (i = 0; i < nr_mods; i++)        for (i = 0; i < mods_count; i++)
143          {          {
144            mods[i].name = mod_names[i];            mods[i].name = mod_names[i];
145            mods[i].start = mod[i].mod_start;            mods[i].start = mod[i].mod_start;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26