- Timestamp:
- Nov 30, 2007 3:08:25 AM (17 years ago)
- Location:
- trunk/src/kash
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shfile.c
r1241 r1286 29 29 #include <stdio.h> 30 30 31 #if def KBUILD_OS_WINDOWS31 #if K_OS == K_OS_WINDOWS 32 32 # include <limits.h> 33 33 # ifndef PIPE_BUF -
trunk/src/kash/shtypes.h
r1233 r1286 27 27 #ifndef ___shtypes_h___ 28 28 #define ___shtypes_h___ 29 30 #include "k/kTypes.h" /* Use these, not the ones below. */ 29 31 30 32 #include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.