# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |