summaryrefslogtreecommitdiffstats
path: root/sys/sys/unpcb.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
committerobrien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
commit40da6b02e6f93a023ffa59f81d5dbb34506aac5c (patch)
tree7cbec49c33a6bd349dea1e778d4435d41eaf1a0c /sys/sys/unpcb.h
parent138bfe8027cddec05e361c97fe764f0a9603bc70 (diff)
downloadFreeBSD-src-40da6b02e6f93a023ffa59f81d5dbb34506aac5c.zip
FreeBSD-src-40da6b02e6f93a023ffa59f81d5dbb34506aac5c.tar.gz
style(9) the structure definitions.
Diffstat (limited to 'sys/sys/unpcb.h')
-rw-r--r--sys/sys/unpcb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/unpcb.h b/sys/sys/unpcb.h
index cb9d1fa..a3b73e1 100644
--- a/sys/sys/unpcb.h
+++ b/sys/sys/unpcb.h
@@ -68,7 +68,7 @@
typedef u_quad_t unp_gen_t;
LIST_HEAD(unp_head, unpcb);
-struct unpcb {
+struct unpcb {
LIST_ENTRY(unpcb) unp_link; /* glue on list of all PCBs */
struct socket *unp_socket; /* pointer back to socket */
struct vnode *unp_vnode; /* if associated with file */
@@ -105,7 +105,7 @@ struct unpcb {
/* Hack alert -- this structure depends on <sys/socketvar.h>. */
#ifdef _SYS_SOCKETVAR_H_
-struct xunpcb {
+struct xunpcb {
size_t xu_len; /* length of this structure */
struct unpcb *xu_unpp; /* to help netstat, fstat */
struct unpcb xu_unp; /* our information */
@@ -123,7 +123,7 @@ struct xunpcb {
u_quad_t xu_alignment_hack;
};
-struct xunpgen {
+struct xunpgen {
size_t xug_len;
u_int xug_count;
unp_gen_t xug_gen;
OpenPOWER on IntegriCloud