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

Comparing projects/cms/source/ihost/libstatgrab/disk_stat.c (file contents):
Revision 1.10 by pajs, Tue May 21 16:16:41 2002 UTC vs.
Revision 1.12 by pajs, Wed May 22 08:54:53 2002 UTC

# Line 1 | Line 1
1   /*
2   * i-scream central monitoring system
3 + * http://www.i-scream.org.uk
4   * Copyright (C) 2000-2002 i-scream
5   *
6   * This program is free software; you can redistribute it and/or
# Line 154 | Line 155 | char *get_disk_stats(){
155                  sd=sd_ptr;
156          }
157  
158 <        if ((endmntent(f)) != 0) {
158 <                errf("Failed to close file (%m)");
159 <                return NULL;
160 <        }
158 >        endmntent(f);
159  
160   #endif
161   #ifdef FREEBSD

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines