VirtualBox

Changeset 2376 in kBuild for trunk/src/kash/show.c


Ignore:
Timestamp:
Jan 13, 2010 1:45:49 AM (15 years ago)
Author:
bird
Message:

kash: Fixed some file handle inheritance issues on windows. piping to the native sort.exe works now.

File:
1 edited

Legend:

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

    r2297 r2376  
    273273# define TRY_GET_PSH_OR_RETURN(psh)  \
    274274        if (!(psh)) { \
    275                 psh = shthread_get_shell(); \
    276                 if (!psh) \
     275                (psh) = shthread_get_shell(); \
     276                if (!(psh)) \
    277277                        return; \
    278278        } else do { } while (0)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette