[BACK]Return to sensors.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / systat

Diff for /src/usr.bin/systat/sensors.c between version 1.6 and 1.7

version 1.6, 2007/02/25 18:21:24 version 1.7, 2007/02/25 22:36:40
Line 25 
Line 25 
 #include <errno.h>  #include <errno.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <string.h>
   
 #include "systat.h"  #include "systat.h"
 #include "extern.h"  #include "extern.h"
Line 120 
Line 121 
 initsensors(void)  initsensors(void)
 {  {
         fetchsensors();          fetchsensors();
           return (1);
 }  }
   
 void  void

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