From c1a2366f8ed9fd921d4d62aff5204b0e48358239 Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 9 Jan 1994 23:58:45 +0000 Subject: [PATCH] don't #ifdef out PT_ATTACH and PT_DETACH. --- sys/sys/ptrace.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/sys/ptrace.h b/sys/sys/ptrace.h index e087f09b8e4e..715d8e956867 100644 --- a/sys/sys/ptrace.h +++ b/sys/sys/ptrace.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ptrace.h 7.4 (Berkeley) 2/22/91 - * $Id: ptrace.h,v 1.8 1994/01/09 16:52:11 cgd Exp $ + * $Id: ptrace.h,v 1.9 1994/01/09 23:58:45 cgd Exp $ */ #ifndef _SYS_PTRACE_H_ @@ -46,10 +46,8 @@ #define PT_WRITE_U 6 /* write word in child's user structure */ #define PT_CONTINUE 7 /* continue the child */ #define PT_KILL 8 /* kill the child process */ -#ifdef notyet #define PT_ATTACH 9 /* attach to running process */ #define PT_DETACH 10 /* detach from running process */ -#endif notyet #define PT_FIRSTMACH 32 /* for machine-specific requests */ #include /* machine-specific requests, if any */