From: Jeff Law Date: Mon, 8 Apr 1996 21:34:12 +0000 (+0000) Subject: * infptrace.c (kill_inferior): Remove call to "kill"; update X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75eb523103bd3a750e762927d539ef90d1bdeb44;p=binutils-gdb.git * infptrace.c (kill_inferior): Remove call to "kill"; update comments. The "kill" call was declared bogus years ago and is causing problems on hpux10 (PR 9410). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ea3e2f56ce2..beeee921f00 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 8 15:35:52 1996 Jeffrey A Law (law@cygnus.com) + + * infptrace.c (kill_inferior): Remove call to "kill"; update + comments. + Mon Apr 8 14:05:07 1996 Geoffrey Noer * remote-e7000.c: don't append :23 to target port if __WIN32__