aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-08-31 13:46:22 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-08-31 13:46:22 +0000
commit255a0181159a2410ac5aa76fe58b968cc2a115b2 (patch)
tree45efb090e2dd71d04acaa4ab8811162f2dac2e7b /sys
parent1dfa423639a29f1cb7d2dd6102208364bfd106be (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/socketvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h
index 43b409e9fe17..631caae43839 100644
--- a/sys/sys/socketvar.h
+++ b/sys/sys/socketvar.h
@@ -285,7 +285,7 @@ struct accept_filter {
void (*accf_destroy)
__P((struct socket *so));
SLIST_ENTRY(accept_filter) accf_next; /* next on the list */
-};
+};
#ifdef MALLOC_DECLARE
MALLOC_DECLARE(M_PCB);