ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/tools.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/tools.c (file contents):
Revision 1.38 by ats, Mon Apr 5 00:01:48 2004 UTC vs.
Revision 1.39 by tdb, Mon Apr 5 00:17:40 2004 UTC

# Line 216 | Line 216 | int build_mapping(){
216          int found;
217  
218          if ((kc = kstat_open()) == NULL) {
219 <                return;
219 >                return 1;
220          }
221  
222          for (ksp = kc->kc_chain; ksp; ksp = ksp->ks_next) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines