Patch from Aaron Lehmann <aaronl@vitelus.com>;
authorEric Andersen <andersen@codepoet.org>
Wed, 31 Oct 2001 11:05:49 +0000 (11:05 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 31 Oct 2001 11:05:49 +0000 (11:05 -0000)
commitec07469a3eff7f9ac7be886390592c31163ddf59
treec657a40dfcd9b4e247f632d718809909b9fb1f5f
parent31a0ece3a711dd24cdb49c3a0a83ad4838f27e6e
Patch from Aaron Lehmann <aaronl@vitelus.com>;

    This diff does 2 things:

    1) removes an unnecessary function. saves 64 bytes on i386

    2) allows you to disable checking of mail (actually, it's now disabled
    by default). this would be a nice CML1 option, but for now it's a
    #(define|undef) in the C file like the other internal ash options.
    this saves an additional 352 bytes if you leave mail disabled.
shell/ash.c