aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/domain.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/domain.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/domain.h')
-rw-r--r--sys/sys/domain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/domain.h b/sys/sys/domain.h
index c921c04d69b4..01a59f6bae00 100644
--- a/sys/sys/domain.h
+++ b/sys/sys/domain.h
@@ -46,7 +46,7 @@
*/
struct mbuf;
-struct domain {
+struct domain {
int dom_family; /* AF_xxx */
char *dom_name;
void (*dom_init) /* initialize domain data structures */