diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-20 20:24:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-20 20:24:33 +0000 |
commit | 7ed1b504b6411ca1d27009e73bde7f053dbf65fd (patch) | |
tree | 37833ba89e48b6d0dbdf0a4a7914e748c70b0dd4 /winsup/utils/ChangeLog | |
parent | 0199487e6a7933f9a6757c77a409c6a8b271d1d3 (diff) | |
download | cygnal-7ed1b504b6411ca1d27009e73bde7f053dbf65fd.tar.gz cygnal-7ed1b504b6411ca1d27009e73bde7f053dbf65fd.tar.bz2 cygnal-7ed1b504b6411ca1d27009e73bde7f053dbf65fd.zip |
* kill.cc (main): Allow negative pids (indicates process groups).
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 62399be9a..819c5b16b 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2003-09-20 Christopher Faylor <cgf@redhat.com> + + * kill.cc (main): Allow negative pids (indicates process groups). + 2003-09-17 Christopher Faylor <cgf@redhat.com> * parse_pe.cc (exclusion::sort_and_check): Make error message a little |