Changeset 371bd7d in mainline for kernel/generic/src/sysinfo/sysinfo.c
- Timestamp:
- 2010-03-27T09:22:17Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a75a2
- Parents:
- cd82bb1 (diff), eaf22d4 (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
-
kernel/generic/src/sysinfo/sysinfo.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/sysinfo/sysinfo.c
rcd82bb1 r371bd7d 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.
