Changeset 1222 for trunk/src/kash/mail.c


Ignore:
Timestamp:
Oct 8, 2007, 2:24:31 AM (18 years ago)
Author:
bird
Message:

more fixes - it all compiles now (linking fails of course).

File:
1 edited

Legend:

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

    r1218 r1222  
    9595                for (q = p ; *q ; q++);
    9696                if (q[-1] != '/')
    97                         abort();
     97                        sh_abort(psh);
    9898                q[-1] = '\0';                   /* delete trailing '/' */
    9999#ifdef notdef /* this is what the System V shell claims to do (it lies) */
Note: See TracChangeset for help on using the changeset viewer.