summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_ifattach.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-12-07 09:16:08 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-12-07 09:16:08 +0000
commitd3d53550233ff51d54223f0038313c8832f83f95 (patch)
treec803d146a9266ff26b4738b2ceda528b0046b5be /sys/netinet6/in6_ifattach.c
parent682a9f58ff9b22f31d9c8a39ef0588efb6dc8b6f (diff)
whitespace/comment sync with kame
Diffstat (limited to 'sys/netinet6/in6_ifattach.c')
-rw-r--r--sys/netinet6/in6_ifattach.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c
index 7427219bbb3..8d4c0bfd88e 100644
--- a/sys/netinet6/in6_ifattach.c
+++ b/sys/netinet6/in6_ifattach.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_ifattach.c,v 1.20 2001/08/23 14:10:33 itojun Exp $ */
+/* $OpenBSD: in6_ifattach.c,v 1.21 2001/12/07 09:16:07 itojun Exp $ */
/* $KAME: in6_ifattach.c,v 1.124 2001/07/18 08:32:51 jinmei Exp $ */
/*
@@ -88,7 +88,7 @@ static int in6_ifattach_loopback __P((struct ifnet *));
static int
get_rand_ifid(ifp, in6)
struct ifnet *ifp;
- struct in6_addr *in6; /*upper 64bits are preserved */
+ struct in6_addr *in6; /* upper 64bits are preserved */
{
MD5_CTX ctxt;
u_int8_t digest[16];
@@ -125,7 +125,7 @@ get_rand_ifid(ifp, in6)
static int
get_hw_ifid(ifp, in6)
struct ifnet *ifp;
- struct in6_addr *in6; /*upper 64bits are preserved */
+ struct in6_addr *in6; /* upper 64bits are preserved */
{
struct ifaddr *ifa;
struct sockaddr_dl *sdl;
@@ -251,7 +251,7 @@ found:
static int
get_ifid(ifp0, altifp, in6)
struct ifnet *ifp0;
- struct ifnet *altifp; /*secondary EUI64 source*/
+ struct ifnet *altifp; /* secondary EUI64 source */
struct in6_addr *in6;
{
struct ifnet *ifp;