Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet Fix a couple of whitespace glitches.



details:   https://anonhg.NetBSD.org/src/rev/f3c066806d7c
branches:  trunk
changeset: 481492:f3c066806d7c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Feb 01 00:07:50 2000 +0000

description:
Fix a couple of whitespace glitches.

diffstat:

 sys/netinet/ip_mroute.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9344b11f1448 -r f3c066806d7c sys/netinet/ip_mroute.c
--- a/sys/netinet/ip_mroute.c   Tue Feb 01 00:07:09 2000 +0000
+++ b/sys/netinet/ip_mroute.c   Tue Feb 01 00:07:50 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_mroute.c,v 1.44 1999/07/09 22:57:19 thorpej Exp $   */
+/*     $NetBSD: ip_mroute.c,v 1.45 2000/02/01 00:07:50 thorpej Exp $   */
 
 /*
  * IP multicast forwarding procedures
@@ -575,7 +575,7 @@
                /* Make sure the interface supports multicast. */
                if ((ifp->if_flags & IFF_MULTICAST) == 0)
                        return (EOPNOTSUPP);
-               
+
                /* Enable promiscuous reception of all IP multicasts. */
                satosin(&ifr.ifr_addr)->sin_len = sizeof(struct sockaddr_in);
                satosin(&ifr.ifr_addr)->sin_family = AF_INET;
@@ -584,7 +584,7 @@
                if (error)
                        return (error);
        }
-       
+
        s = splsoftnet();
 
        /* Define parameters for the tbf structure. */



Home | Main Index | Thread Index | Old Index