diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-29 14:03:32 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-29 14:15:36 +1000 |
commit | 982e3044a5e1f77cadd16d5adca999173c5bb42a (patch) | |
tree | c3a91c0673d63551173c1e7d349ff0db2e4e2ce4 /ChangeLog | |
parent | [SIGNAL] Use bsd_signal if it exists and signal does not (diff) | |
download | dash-982e3044a5e1f77cadd16d5adca999173c5bb42a.tar.gz dash-982e3044a5e1f77cadd16d5adca999173c5bb42a.zip |
[BUILTIN] Stop using sysexits.h in commandcmd
This gets rid of the only reference of sysexits.h in dash which is from commandcmd. This is needed for klibc support since it doesn't have sysexits.h. The only uses of sysexits.h in commandcmd is superfluous anyway. In fact, it is overly sensitive about usages such as 'command -vV ls'. By making its behaviour close to that of bash/ksh, we end up saving a bit of space too.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8cfcc6a..7c49913 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * Removed CVS IDs and inclusion of sys/cdefs.h. * Removed use of __P from error.h. * Use bsd_signal if it exists and signal does not. + * Stop using sysexits.h in commandcmd. 2005-10-26 Herbert Xu <herbert@gondor.apana.org.au> |