VirtualBox

Changeset 1220 in kBuild for trunk/src


Ignore:
Timestamp:
Oct 7, 2007 9:57:30 PM (17 years ago)
Author:
bird
Message:

make it build...

Location:
trunk/src/kash
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/mkinit.sh

    r819 r1220  
    153153        echo "#include $f"
    154154done
     155echo "#include \"shinstance.h\""
    155156
    156157echo
     
    167168echo
    168169echo "void"
    169 echo "init() {"
     170echo "init(shinstance *psh) {"
    170171echo "${event_init%$nl}"
    171172echo "}"
     
    179180echo
    180181echo "void"
    181 echo "reset() {"
     182echo "reset(shinstance *psh) {"
    182183echo "${event_reset%$nl}"
    183184echo "}"
     
    190191echo
    191192echo "void"
    192 echo "initshellproc() {"
     193echo "initshellproc(shinstance *psh) {"
    193194echo "${event_shellproc%$nl}"
    194195echo "}"
  • trunk/src/kash/trap.c

    r1218 r1220  
    353353        char *sm;
    354354
    355         clear_traps(psh, s0);
     355        clear_traps(psh, 0);
    356356        for (sm = psh->sigmode ; sm < psh->sigmode + NSIG ; sm++) {
    357357                if (*sm == S_IGN)
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