/[monit]/monit/process/common.c
ViewVC logotype

Diff of /monit/process/common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by chopp, Fri Jun 6 09:31:17 2003 UTC revision 1.7 by chopp, Fri Jul 4 10:36:24 2003 UTC
# Line 95  int read_proc_file(char *buf, int buf_si Line 95  int read_proc_file(char *buf, int buf_si
95    
96    if ( (bytes = read(fd, buf, buf_size-1)) < 0 ) {    if ( (bytes = read(fd, buf, buf_size-1)) < 0 ) {
97    
98        close(fd);
99    
100      return FALSE;      return FALSE;
101    
102    }    }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26