Changeset 2311 for trunk/src/kash/shinstance.c
- Timestamp:
- Mar 2, 2009, 1:46:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.c
r2303 r2311 38 38 # include <pwd.h> 39 39 #endif 40 #include "shinstance.h" 41 40 42 #if K_OS == K_OS_WINDOWS 41 43 # include <Windows.h> 42 #endif43 #include "shinstance.h"44 45 #if K_OS == K_OS_WINDOWS46 44 extern pid_t shfork_do_it(shinstance *psh); /* shforkA-win.asm */ 47 45 #endif … … 1065 1063 1066 1064 if (!envp) 1067 envp = sh_environ(psh);1065 envp = (const char * const *)sh_environ(psh); 1068 1066 1069 1067 #if defined(SH_FORKED_MODE) && K_OS != K_OS_WINDOWS
Note:
See TracChangeset
for help on using the changeset viewer.