svn commit: r363080 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Fri Jul 10 16:59:07 UTC 2020


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
 


More information about the svn-src-all mailing list