diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-22 10:53:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-22 10:53:37 +0000 |
commit | 8ab42dc273079773642aff325d8d20e8c6e0c36b (patch) | |
tree | ecf708a972069e6007731c591e6449022279ee42 | |
parent | 705cf20084614f16e11b162477f66bcae8450ef8 (diff) | |
download | coreutils-8ab42dc273079773642aff325d8d20e8c6e0c36b.tar.xz |
*** empty log message ***
-rw-r--r-- | old/sh-utils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index fda71c3a3..ea070a73a 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,8 @@ 1999-08-22 Jim Meyering <meyering@ascend.com> + * src/su.c (run_shell): Declare with noreturn attribute. + Use an explicit exit(1) rather than doing that through error. + * src/sys2.h (IF_LINT): Define new macro. * src/date.c (batch_convert): Use IF_LINT macro instead of #ifdef lint. * src/pathchk.c (validate_path): Likewise. |