svn commit: r247933 - stable/8/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Thu Mar 7 20:26:52 UTC 2013
Author: tuexen
Date: Thu Mar 7 20:26:51 2013
New Revision: 247933
URL: http://svnweb.freebsd.org/changeset/base/247933
Log:
MFC r236391:
Small cleanups. No functional change.
Modified:
stable/8/sys/netinet/sctp_asconf.c
stable/8/sys/netinet/sctputil.h
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/netinet/ (props changed)
Modified: stable/8/sys/netinet/sctp_asconf.c
==============================================================================
--- stable/8/sys/netinet/sctp_asconf.c Thu Mar 7 20:24:14 2013 (r247932)
+++ stable/8/sys/netinet/sctp_asconf.c Thu Mar 7 20:26:51 2013 (r247933)
@@ -48,8 +48,6 @@ __FBSDID("$FreeBSD$");
* SCTP_DEBUG_ASCONF1: protocol info, general info and errors
* SCTP_DEBUG_ASCONF2: detailed info
*/
-#ifdef SCTP_DEBUG
-#endif /* SCTP_DEBUG */
static void
Modified: stable/8/sys/netinet/sctputil.h
==============================================================================
--- stable/8/sys/netinet/sctputil.h Thu Mar 7 20:24:14 2013 (r247932)
+++ stable/8/sys/netinet/sctputil.h Thu Mar 7 20:26:51 2013 (r247933)
@@ -381,7 +381,5 @@ sctp_auditing(int, struct sctp_inpcb *,
void sctp_audit_log(uint8_t, uint8_t);
#endif
-
-
#endif /* _KERNEL */
#endif
More information about the svn-src-stable
mailing list