summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/pcb.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-05 05:18:35 +0000
committerobrien <obrien@FreeBSD.org>2001-09-05 05:18:35 +0000
commit0e8186d4dc6ef54b4f3afecfa66902f98286bc1b (patch)
tree717f17ced3407005a03300c6cd21757613273ed0 /sys/sparc64/include/pcb.h
parent05e12989aeefdd5855e6b054a2438e3edd097146 (diff)
downloadFreeBSD-src-0e8186d4dc6ef54b4f3afecfa66902f98286bc1b.zip
FreeBSD-src-0e8186d4dc6ef54b4f3afecfa66902f98286bc1b.tar.gz
style(9) the structure definitions.
Diffstat (limited to 'sys/sparc64/include/pcb.h')
-rw-r--r--sys/sparc64/include/pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/pcb.h b/sys/sparc64/include/pcb.h
index 6ef98c9..7db380a 100644
--- a/sys/sparc64/include/pcb.h
+++ b/sys/sparc64/include/pcb.h
@@ -42,7 +42,7 @@
#define PCB_CWP_EMPTY 0xff
/* NOTE: pcb_fpstate must be aligned on a 64 byte boundary. */
-struct pcb {
+struct pcb {
struct fpstate pcb_fpstate;
u_long pcb_cwp;
u_long pcb_fp;
@@ -54,7 +54,7 @@ struct pcb {
struct rwindow pcb_rw[MAXWIN];
};
-struct md_coredump {
+struct md_coredump {
};
#ifdef _KERNEL
OpenPOWER on IntegriCloud