ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/sysdeps.h
(Generate patch)

Comparing Frodo4/Src/sysdeps.h (file contents):
Revision 1.1 by cebix, 2003-07-01T17:09:43Z vs.
Revision 1.2 by cebix, 2003-07-01T17:20:58Z

# Line 28 | Line 28 | extern "C"
28   #include <stdlib.h>
29   #include <assert.h>
30   #include <ctype.h>
31
32 #ifndef __PSXOS__
31   #include <errno.h>
32   #include <signal.h>
35 #endif
33  
34   #ifdef HAVE_SYS_TYPES_H
35   #include <sys/types.h>
# Line 95 | Line 92 | extern "C"
92   # if HAVE_SYS_TIME_H
93   #  include <sys/time.h>
94   # else
98 #ifndef __PSXOS__
95   #  include <time.h>
100 #endif
96   # endif
97   #endif
98  
# Line 116 | Line 111 | extern "C"
111   # endif
112   #endif
113  
119 #ifndef __PSXOS__
120 #include <errno.h>
121 #endif
114   #include <assert.h>
115  
116   #if EEXIST == ENOTEMPTY

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines