Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2020 16:59:06 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363080 - head/sys/netinet
Message-ID:  <202007101659.06AGx6Xc092435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tuexen
Date: Fri Jul 10 16:59:06 2020
New Revision: 363080
URL: https://svnweb.freebsd.org/changeset/base/363080

Log:
  Whitespace changes due to upstreaming r363079.

Modified:
  head/sys/netinet/sctp_os_bsd.h
  head/sys/netinet/sctp_usrreq.c

Modified: head/sys/netinet/sctp_os_bsd.h
==============================================================================
--- head/sys/netinet/sctp_os_bsd.h	Fri Jul 10 14:56:05 2020	(r363079)
+++ head/sys/netinet/sctp_os_bsd.h	Fri Jul 10 16:59:06 2020	(r363080)
@@ -479,7 +479,7 @@ sctp_get_mbuf_for_msg(unsigned int space_needed,
 
 #define SCTP_IS_LISTENING(inp) ((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) != 0)
 
-int	sctp_syscalls_init(void);
-int	sctp_syscalls_uninit(void);
+int sctp_syscalls_init(void);
+int sctp_syscalls_uninit(void);
 
 #endif

Modified: head/sys/netinet/sctp_usrreq.c
==============================================================================
--- head/sys/netinet/sctp_usrreq.c	Fri Jul 10 14:56:05 2020	(r363079)
+++ head/sys/netinet/sctp_usrreq.c	Fri Jul 10 16:59:06 2020	(r363080)
@@ -100,6 +100,7 @@ sctp_finish(void *unused __unused)
 	EVENTHANDLER_DEREGISTER(rt_addrmsg, SCTP_BASE_VAR(eh_tag));
 	sctp_pcb_finish();
 }
+
 VNET_SYSUNINIT(sctp, SI_SUB_PROTO_DOMAIN, SI_ORDER_FOURTH, sctp_finish, NULL);
 #endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007101659.06AGx6Xc092435>