Ignore:
Timestamp:
Mar 2, 2009, 1:46:13 AM (16 years ago)
Author:
bird
Message:

kash: darwin build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shinstance.c

    r2303 r2311  
    3838# include <pwd.h>
    3939#endif
     40#include "shinstance.h"
     41
    4042#if K_OS == K_OS_WINDOWS
    4143# include <Windows.h>
    42 #endif
    43 #include "shinstance.h"
    44 
    45 #if K_OS == K_OS_WINDOWS
    4644extern pid_t shfork_do_it(shinstance *psh); /* shforkA-win.asm */
    4745#endif
     
    10651063
    10661064    if (!envp)
    1067         envp = sh_environ(psh);
     1065        envp = (const char * const *)sh_environ(psh);
    10681066
    10691067#if defined(SH_FORKED_MODE) && K_OS != K_OS_WINDOWS
Note: See TracChangeset for help on using the changeset viewer.