Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 remove extra blank line



details:   https://anonhg.NetBSD.org/src/rev/8d1e77ed92aa
branches:  trunk
changeset: 536409:8d1e77ed92aa
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun Sep 15 01:18:59 2002 +0000

description:
remove extra blank line

diffstat:

 sys/netinet6/in6_ifattach.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 1b98fabd8be9 -r 8d1e77ed92aa sys/netinet6/in6_ifattach.c
--- a/sys/netinet6/in6_ifattach.c       Sun Sep 15 01:08:04 2002 +0000
+++ b/sys/netinet6/in6_ifattach.c       Sun Sep 15 01:18:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6_ifattach.c,v 1.52 2002/09/11 03:23:24 itojun Exp $ */
+/*     $NetBSD: in6_ifattach.c,v 1.53 2002/09/15 01:18:59 itojun Exp $ */
 /*     $KAME: in6_ifattach.c,v 1.124 2001/07/18 08:32:51 jinmei Exp $  */
 
 /*
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6_ifattach.c,v 1.52 2002/09/11 03:23:24 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6_ifattach.c,v 1.53 2002/09/15 01:18:59 itojun Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -685,7 +685,6 @@
        {
                next = ifa->ifa_list.tqe_next;
 
-
                if (ifa->ifa_addr->sa_family != AF_INET6
                 || !IN6_IS_ADDR_LINKLOCAL(&satosin6(&ifa->ifa_addr)->sin6_addr)) {
                        continue;



Home | Main Index | Thread Index | Old Index