diff options
author | Roland McGrath <roland@redhat.com> | 1993-08-09 22:21:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-08-09 22:21:56 +0000 |
commit | 0bab40c121843ac962ff714ee20fc0e3d2ee0ce2 (patch) | |
tree | 2a35e6e3d909994be3ec2dcd0c04961540653336 | |
parent | 8980e490364ac4ef4a5e949f31ce25f790f02a8e (diff) | |
download | gunmake-0bab40c121843ac962ff714ee20fc0e3d2ee0ce2.tar.gz |
Formerly remote-stub.c.~3~
-rw-r--r-- | remote-stub.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remote-stub.c b/remote-stub.c index f858296..23f189f 100644 --- a/remote-stub.c +++ b/remote-stub.c @@ -1,9 +1,9 @@ -/* Copyright (C) 1988, 1989, 1992 Free Software Foundation, Inc. +/* Copyright (C) 1988, 1989, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Make is distributed in the hope that it will be useful, @@ -59,6 +59,7 @@ remote_status (exit_code_ptr, signal_ptr, coredump_ptr, block) int *exit_code_ptr, *signal_ptr, *coredump_ptr; int block; { + errno = ECHILD; return -1; } |