diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-16 23:43:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-16 23:43:37 +0000 |
commit | add4780bf73b8391741c97d302f460988c4a9152 (patch) | |
tree | 44a1bcd33ced63c4c66f74d1f05db91a6045757b | |
parent | df884f9d9a6999890c7c96f22bc64d510eb01070 (diff) | |
download | gunmake-add4780bf73b8391741c97d302f460988c4a9152.tar.gz |
Formerly commands.c.~7~
-rw-r--r-- | commands.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -426,8 +426,6 @@ fatal_error_signal (sig) if (kill (getpid (), sig) < 0) /* It shouldn't return, but if it does, die anyway. */ pfatal_with_name ("kill"); - - return 0; } /* Delete all non-precious targets of CHILD unless they were already deleted. |