diff options
-rw-r--r-- | sys/sys/procfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/procfs.h b/sys/sys/procfs.h index 7066a98..6b32dfd 100644 --- a/sys/sys/procfs.h +++ b/sys/sys/procfs.h @@ -80,8 +80,6 @@ typedef struct prpsinfo { char pr_psargs[PRARGSZ+1]; /* Arguments, null terminated (1) */ } prpsinfo_t; -#define THRMISC_VERSION 1 /* Current version of thrmisc_t */ - typedef struct thrmisc { char pr_tname[MAXCOMLEN+1]; /* Thread name, null terminated (1) */ u_int _pad; /* Convenience pad, 0-filled (1) */ |