Source-Changes-HG archive

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

[src/trunk]: src/sys remove trailing spaces. userland does not catch this?



details:   https://anonhg.NetBSD.org/src/rev/42026fbc3511
branches:  trunk
changeset: 347725:42026fbc3511
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Sep 13 00:45:15 2016 +0000

description:
remove trailing spaces. userland does not catch this?

diffstat:

 sys/netinet/in_var.h   |  4 ++--
 sys/netinet6/in6_var.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 7ade1434847c -r 42026fbc3511 sys/netinet/in_var.h
--- a/sys/netinet/in_var.h      Tue Sep 13 00:20:51 2016 +0000
+++ b/sys/netinet/in_var.h      Tue Sep 13 00:45:15 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in_var.h,v 1.80 2016/09/13 00:19:28 christos Exp $     */
+/*     $NetBSD: in_var.h,v 1.81 2016/09/13 00:45:15 christos Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
 #define IN_IFF_DETACHED                0x04    /* may be detached from the link */
 #define IN_IFF_TRYTENTATIVE    0x08    /* intent to try DAD */
 
-#define IN_IFFBITS \       
+#define IN_IFFBITS \
     "\020\1TENTATIVE\2DUPLICATED\3DETACHED\4TRYTENTATIVE"
 
 /* do not input/output */
diff -r 7ade1434847c -r 42026fbc3511 sys/netinet6/in6_var.h
--- a/sys/netinet6/in6_var.h    Tue Sep 13 00:20:51 2016 +0000
+++ b/sys/netinet6/in6_var.h    Tue Sep 13 00:45:15 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6_var.h,v 1.85 2016/09/13 00:19:49 christos Exp $    */
+/*     $NetBSD: in6_var.h,v 1.86 2016/09/13 00:45:15 christos Exp $    */
 /*     $KAME: in6_var.h,v 1.81 2002/06/08 11:16:51 itojun Exp $        */
 
 /*
@@ -498,7 +498,7 @@
 #define IN6_IFF_AUTOCONF       0x40    /* autoconfigurable address. */
 #define IN6_IFF_TEMPORARY      0x80    /* temporary (anonymous) address. */
 
-#define IN6_IFFBITS \       
+#define IN6_IFFBITS \
     "\020\1ANYCAST\2TENTATIVE\3DUPLICATED\4DETACHED\5DEPRECAGTED\6NODAD" \
     "\7AUTOCONF\10TEMPORARY"
 



Home | Main Index | Thread Index | Old Index