summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-07-05 07:31:04 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-07-05 07:31:04 +0000
commit3dc68421b8d6d2c694ad6739901b102a822f9cec (patch)
treec75050677bef67b1c06a2bb3b8014646563e03c4
parent2dc1f0e7936c613fbdefde819cd835b352a032c9 (diff)
p_thread is no longer needed.
-rw-r--r--sys/sys/proc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index b922f1777ef..34bc8d3d9fa 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.h,v 1.44 2001/06/27 04:51:48 art Exp $ */
+/* $OpenBSD: proc.h,v 1.45 2001/07/05 07:31:03 art Exp $ */
/* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */
/*-
@@ -196,9 +196,8 @@ struct proc {
struct pgrp *p_pgrp; /* Pointer to process group. */
/* End area that is copied on creation. */
-#define p_endcopy p_thread
+#define p_endcopy p_addr
- void *p_thread; /* Id for this "thread"; Mach glue. XXX */
struct user *p_addr; /* Kernel virtual addr of u-area (PROC ONLY). */
struct mdproc p_md; /* Any machine-dependent fields. */