Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/b9fbdf84451c
branches:  trunk
changeset: 825059:b9fbdf84451c
user:      rjs <rjs%NetBSD.org@localhost>
date:      Wed Jun 28 13:22:28 2017 +0000

description:
Whitespace.

diffstat:

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

diffs (28 lines):

diff -r 79ca48de07fc -r b9fbdf84451c sys/netinet/sctp_pcb.c
--- a/sys/netinet/sctp_pcb.c    Wed Jun 28 13:12:37 2017 +0000
+++ b/sys/netinet/sctp_pcb.c    Wed Jun 28 13:22:28 2017 +0000
@@ -1,5 +1,5 @@
 /* $KAME: sctp_pcb.c,v 1.39 2005/06/16 18:29:25 jinmei Exp $ */
-/* $NetBSD: sctp_pcb.c,v 1.8 2016/12/08 05:16:33 ozaki-r Exp $ */
+/* $NetBSD: sctp_pcb.c,v 1.9 2017/06/28 13:22:28 rjs Exp $ */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Cisco Systems, Inc.
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_pcb.c,v 1.8 2016/12/08 05:16:33 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_pcb.c,v 1.9 2017/06/28 13:22:28 rjs Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -2085,7 +2085,7 @@
                sctp_m_freem(inp->pkt);
                inp->pkt = NULL;
        }
-       so  = inp->sctp_socket;
+       so = inp->sctp_socket;
        ip_pcb = &inp->ip_inp.inp; /* we could just cast the main
                                   * pointer here but I will
                                   * be nice :> (i.e. ip_pcb = ep;)



Home | Main Index | Thread Index | Old Index