aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/filedesc.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
commit5752bffd550d9f7cab944dd10d2d4d562b56b09f (patch)
tree7cbec49c33a6bd349dea1e778d4435d41eaf1a0c /sys/sys/filedesc.h
parent01f5320ae828f7028386a1894ddaca809ef5901e (diff)
downloadsrc-5752bffd550d9f7cab944dd10d2d4d562b56b09f.tar.gz
src-5752bffd550d9f7cab944dd10d2d4d562b56b09f.zip
style(9) the structure definitions.
Notes
Notes: svn path=/head/; revision=83045
Diffstat (limited to 'sys/sys/filedesc.h')
-rw-r--r--sys/sys/filedesc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h
index c0cb85084c34..feebb622a099 100644
--- a/sys/sys/filedesc.h
+++ b/sys/sys/filedesc.h
@@ -108,7 +108,7 @@ struct filedesc0 {
* to the proc or pgrp so that the entire list may be revoked when the
* process exits or the process group disappears.
*/
-struct sigio {
+struct sigio {
union {
struct proc *siu_proc; /* process to receive SIGIO/SIGURG */
struct pgrp *siu_pgrp; /* process group to receive ... */