From 1fad734cdf8ff33840e5fd2b7c6d533dea97e6fe Mon Sep 17 00:00:00 2001 From: naim Date: Wed, 16 Jul 1997 19:24:08 +0000 Subject: [PATCH] Minor change to my previous commit - naim --- dyninstAPI/src/sunos.C | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dyninstAPI/src/sunos.C b/dyninstAPI/src/sunos.C index cf05410..1e330d2 100644 --- a/dyninstAPI/src/sunos.C +++ b/dyninstAPI/src/sunos.C @@ -41,6 +41,9 @@ /* * $Log: sunos.C,v $ + * Revision 1.33 1997/07/16 19:24:08 naim + * Minor change to my previous commit - naim + * * Revision 1.32 1997/07/16 19:13:48 naim * Fixing fork on sunos - naim * @@ -472,7 +475,7 @@ bool process::continueProc_() { * ptraceKludge::continueProcess. */ #ifndef PTRACE_ATTACH_DETACH - if (!ptraceKludge::deliverPtrace(this, PTRACE_CONT, (char*)1, SIGCONT, NULL)) + if (!ptraceKludge::deliverPtrace(this, PTRACE_CONT, (char*)1, 0, NULL)) ret = -1; else ret = 0; -- 1.8.3.1