/[monit]/monit/monit_process.c
ViewVC logotype

Diff of /monit/monit_process.c

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

revision 1.3 by hauk, Sun Sep 1 23:38:18 2002 UTC revision 1.4 by hauk, Fri Sep 13 01:32:26 2002 UTC
# Line 87  char operatorshortnames[][3]={">", "<", Line 87  char operatorshortnames[][3]={">", "<",
87   */   */
88  int init_process_info(void) {  int init_process_info(void) {
89    
90    if ( ! init_process_info_sysdep ()) {    return (init_process_info_sysdep());
   
     return FALSE;  
   
   }  
   
   return TRUE;  
91    
92  }  }
93    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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