Changeset aa85487 in mainline for kernel/generic/src/sysinfo/sysinfo.c
- Timestamp:
- 2010-03-07T15:11:56Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aadf01e
- Parents:
- 2e99277 (diff), 137691a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/sysinfo/sysinfo.c
r2e99277 raa85487 46 46 return NULL; 47 47 48 while (subtree != NULL) 48 while (subtree != NULL) { 49 49 int i = 0; 50 50 char *a = (char *) name; … … 68 68 /* No matches try next */ 69 69 subtree = subtree->next; 70 i = 0;71 70 } 72 71 return NULL; … … 159 158 item->subinfo_type = SYSINFO_SUBINFO_NONE; 160 159 return item; 161 } else {160 } else 162 161 subtree = subtree->next; 163 i = 0;164 }165 162 } 166 163 … … 225 222 int i; 226 223 unative_t val = 0; 227 c har *vtype = NULL;224 const char *vtype = NULL; 228 225 229 226
Note:
See TracChangeset
for help on using the changeset viewer.