Browse Source
Make kill -V and kill -l exit immediately, thus stopping to print "not enough arguments" accidentally. Fixes:cygwin-3_4-branchef48a2cad3("* kill.cc (prog_name) New global variable.") Fixes:c49fa76263("* Makefile.in (kill.exe): Add as a specific target.") Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2 changed files with 7 additions and 2 deletions
@ -1,5 +1,8 @@ |
|||
Bug Fixes |
|||
--------- |
|||
|
|||
Fix CPU_SET(3) macro type mismatch by making the macros type-safe. |
|||
Addresses https://cygwin.com/pipermail/cygwin/2023-March/253220.html |
|||
- Fix CPU_SET(3) macro type mismatch by making the macros type-safe. |
|||
Addresses https://cygwin.com/pipermail/cygwin/2023-March/253220.html |
|||
|
|||
- kill(1): don't print spurious error message. |
|||
Addresses: https://cygwin.com/pipermail/cygwin/2023-March/253291.html |
|||
|
|||
Loading…
Reference in new issue