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

Comparing BasiliskII/src/Unix/sysdeps.h (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.2 by cebix, 1999-10-04T21:07:18Z

# Line 31 | Line 31
31   #error "You don't have ANSI C header files."
32   #endif
33  
34 < #include <sys/types.h>
34 > #ifdef HAVE_UNISTD_H
35 > # include <sys/types.h>
36 > # include <unistd.h>
37 > #endif
38 >
39   #include <netinet/in.h>
40   #include <assert.h>
41   #include <stdio.h>
# Line 39 | Line 43
43   #include <string.h>
44   #include <pthread.h>
45  
42 #ifdef HAVE_UNISTD_H
43 # include <unistd.h>
44 #endif
45
46   #ifdef HAVE_FCNTL_H
47   # include <fcntl.h>
48   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines