/[machmon]/machmon/linux/source/time.c
ViewVC logotype

Diff of /machmon/linux/source/time.c

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

revision 1.4 by clorets, Mon Jul 8 16:54:52 2002 UTC revision 1.5 by pbastos, Mon Jul 8 17:11:57 2002 UTC
# Line 29  Line 29 
29   *   *
30   */   */
31    
 #ifdef OPENBSD  
   
 #include <sys/types.h>  
 #include <sys/signal.h>  
 #include <sys/param.h>  
 #include <sys/sysctl.h>  
 #include <sys/dir.h>  
 #include <sys/dkstat.h>  
 #include <sys/file.h>  
 #include <sys/time.h>  
 #include <sys/resource.h>  
   
 #include <time.h>  
 #include <tzfile.h>  
 #include <limits.h>  
 #include <string.h>  
 #include <unistd.h>  
 #include <stdlib.h>  
 #include <stdio.h>  
   
 #endif  
   
 #ifdef FREEBSD  
   
 #include <sys/types.h>  
 #include <sys/signal.h>  
 #include <sys/param.h>  
 #include <sys/sysctl.h>  
 #include <sys/dkstat.h>  
 #include <sys/file.h>  
 #include <sys/time.h>  
 #include <sys/resource.h>  
   
 #include <dirent.h>  
   
 #include <time.h>  
 #include <limits.h>  
 #include <string.h>  
 #include <unistd.h>  
 #include <stdlib.h>  
 #include <stdio.h>  
   
 #endif  
   
 #ifdef LINUX  
   
32  #include <sys/types.h>  #include <sys/types.h>
33  #include <sys/signal.h>  #include <sys/signal.h>
34  #include <sys/param.h>  #include <sys/param.h>
# Line 92  Line 46 
46  #include <stdlib.h>  #include <stdlib.h>
47  #include <stdio.h>  #include <stdio.h>
48    
 #endif  
   
49  #include "global.h"  #include "global.h"
50  #include "lncurses.h"  #include "lncurses.h"
51  #include "extern.h"  #include "extern.h"
52    
53    #ifndef __POSIX2_LINE_MAX
54    #include <bits/posix2_lim.h>
55    #endif
56    
57  struct timeval boottime;  struct timeval boottime;
58    
59  int  int

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

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