summaryrefslogtreecommitdiff
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-05-29 02:51:38 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-05-29 02:51:38 +0000
commiteea1698a30be8765c09516e1c73b223e53d6ea08 (patch)
tree8f1821937c82062d819df4cc934cb6ec08f2ecf6 /sys/net/if.c
parentcf35291a2779970f7370139e930c694a840c3b46 (diff)
simplify comment, sync w/kame
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 061e86111ab..566035ea283 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.55 2002/05/27 13:42:16 itojun Exp $ */
+/* $OpenBSD: if.c,v 1.56 2002/05/29 02:51:37 itojun Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -261,10 +261,7 @@ if_attachdomain1(ifp)
{
struct domain *dp;
- /*
- * address family dependent data region - effective only
- * after domaininit()
- */
+ /* address family dependent data region */
bzero(ifp->if_afdata, sizeof(ifp->if_afdata));
for (dp = domains; dp; dp = dp->dom_next) {
if (dp->dom_ifattach)