aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/pcb.h
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-02-26 20:33:41 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-02-26 20:33:41 +0000
commit181df8c9d4825b38a19435ab8fc3fd9ecba27630 (patch)
tree7ede0e88befde8b862a573c1bafc540a03a87d83 /sys/i386/include/pcb.h
parent6f4ded3a73ea139b44bc4381e0d2e8ebd2c542e3 (diff)
Notes
Diffstat (limited to 'sys/i386/include/pcb.h')
-rw-r--r--sys/i386/include/pcb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/include/pcb.h b/sys/i386/include/pcb.h
index 9a1f3382aa0b9..d4a375a207882 100644
--- a/sys/i386/include/pcb.h
+++ b/sys/i386/include/pcb.h
@@ -69,8 +69,7 @@ struct pcb {
caddr_t pcb_onfault; /* copyin/out fault recovery */
int pcb_gs;
struct pcb_ext *pcb_ext; /* optional pcb extension */
- int pcb_psl; /* process status long */
- u_long __pcb_spare[2]; /* adjust to avoid core dump size changes */
+ u_long __pcb_spare[3]; /* adjust to avoid core dump size changes */
};
/*