Ignore:
Timestamp:
Oct 4, 2007, 9:09:39 PM (18 years ago)
Author:
bird
Message:

Built on linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kHlp/Bare/kHlpBareEnv.c

    r3594 r3599  
    3434#if K_OS == K_OS_DARWIN
    3535
     36#elif K_OS == K_OS_LINUX
     37
    3638#elif K_OS == K_OS_OS2
    3739# define INCL_BASE
     
    5153#if K_OS == K_OS_DARWIN
    5254    /** @todo need to figure out where the stuff is or how it's inherited on darwin ... */
     55    return KERR_ENVVAR_NOT_FOUND;
     56
     57#elif K_OS == K_OS_LINUX
     58    /** @todo either read /proc/self/environ or figure out where in the memory the initial environment is... */
    5359    return KERR_ENVVAR_NOT_FOUND;
    5460
Note: See TracChangeset for help on using the changeset viewer.