/[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.2 by clorets, Mon Jul 8 15:55:20 2002 UTC revision 1.3 by clorets, Mon Jul 8 16:19:55 2002 UTC
# Line 73  Line 73 
73    
74  #endif  #endif
75    
76    #ifdef LINUX
77    
78    #include <sys/types.h>
79    #include <sys/signal.h>
80    #include <sys/param.h>
81    #include <sys/sysctl.h>
82    #include <sys/file.h>
83    #include <sys/time.h>
84    #include <dirent.h>
85    
86    #include <unistd.h>
87    #include <linux/unistd.h>
88    #include <linux/sysctl.h>
89    
90    
91    
92    
93    #include <time.h>
94    #include <limits.h>
95    #include <string.h>
96    #include <unistd.h>
97    #include <stdlib.h>
98    #include <stdio.h>
99    #endif
100    
101  #include "global.h"  #include "global.h"
102  #include "lncurses.h"  #include "lncurses.h"
103  #include "extern.h"  #include "extern.h"

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

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