summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/sh-utils/ChangeLog3
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.