Changeset 809 for trunk/src/gmake/kmkbuiltin/ln.c
- Timestamp:
- Jan 29, 2007, 6:54:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/kmkbuiltin/ln.c
r557 r809 43 43 44 44 #ifndef _MSC_VER 45 # include <sys/param.h>45 # include <sys/param.h> 46 46 #endif 47 47 #include <sys/stat.h> … … 53 53 #include <stdlib.h> 54 54 #include <string.h> 55 #ifndef _MSC_VER56 55 #include <unistd.h> 57 #else 58 #include "mscfakes.h" 56 57 #ifdef __sun__ 58 # include "getopt.h" 59 #endif 60 #ifdef _MSC_VER 61 # include "mscfakes.h" 59 62 #endif 60 63
Note:
See TracChangeset
for help on using the changeset viewer.