From: Jim Meyering Date: Sun, 22 Aug 1999 10:53:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ab42dc273079773642aff325d8d20e8c6e0c36b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index fda71c3a33..ea070a73a3 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,8 @@ 1999-08-22 Jim Meyering + * 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.