* Makefile.in: Don't do anything special with any RCS directories.

* ntdll.h (PROCESSINFOCLASS): Remove unneeded trailing comma.
* pinfo.cc (_pinfo::dup_proc_pipe): Remove unneeded assignment.
* sigproc.cc (sig_send): Don't send signal to myself if this is an exec stub.
This commit is contained in:
Christopher Faylor
2009-07-12 21:15:47 +00:00
parent 77dcafa5ad
commit 4a42a25876
5 changed files with 15 additions and 3 deletions

View File

@@ -924,7 +924,6 @@ _pinfo::dup_proc_pipe (HANDLE hProcess)
wr_proc_pipe_owner = dwProcessId;
sigproc_printf ("duped wr_proc_pipe %p for pid %d(%u)", wr_proc_pipe,
pid, dwProcessId);
res = true;
}
return orig_wr_proc_pipe;
}