summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-05-27 15:58:29 +0000
committerChristopher Faylor <me@cgf.cx>2004-05-27 15:58:29 +0000
commit1973881114021f0a1c2c4b89e6afafb01ffb5816 (patch)
tree36facbcc3b1fe1322dca0da59212e7f3bba99e0d
parent0512945eb5cfb23dde001cbb8875b04fcf3071b1 (diff)
downloadcygnal-1973881114021f0a1c2c4b89e6afafb01ffb5816.tar.gz
cygnal-1973881114021f0a1c2c4b89e6afafb01ffb5816.tar.bz2
cygnal-1973881114021f0a1c2c4b89e6afafb01ffb5816.zip
clarify last entry slightly.
-rw-r--r--winsup/utils/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 93c2ff788..a5251c402 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,7 +1,7 @@
2004-05-27 Christopher Faylor <cgf@alum.bu.edu>
- * kill.cc (listsig): NSIG includes Signal 0, so we need to avoid
- calling strtosigno with NSIG - 1.
+ * kill.cc (listsig): Fix "kill -l" segv. NSIG includes Signal 0, so we
+ need to avoid calling strtosigno with NSIG - 1.
2004-03-21 Christopher Faylor <cgf@redhat.com>