diff options
Diffstat (limited to 'sys/fs/procfs/procfs_ctl.c')
-rw-r--r-- | sys/fs/procfs/procfs_ctl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/fs/procfs/procfs_ctl.c b/sys/fs/procfs/procfs_ctl.c index eacf32a..14e3d0a 100644 --- a/sys/fs/procfs/procfs_ctl.c +++ b/sys/fs/procfs/procfs_ctl.c @@ -52,10 +52,6 @@ #include <vm/vm.h> -#ifndef FIX_SSTEP -#define FIX_SSTEP(p) -#endif - /* * True iff process (p) is in trace wait state * relative to process (curp) |