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/a0198ebac92a
branches: trunk
changeset: 354758:a0198ebac92a
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 5739c19ef848 -r a0198ebac92a 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