Author: tuexen
Date: Sun Jul 1 08:06:43 2012
New Revision: 237899
URL: http://svn.freebsd.org/changeset/base/237899
Log:
MFC r236391:
Small cleanups. No functional change.
Modified:
stable/9/sys/netinet/sctp_asconf.c
stable/9/sys/netinet/sctputil.h
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/sctp_asconf.c
==============================================================================
--- stable/9/sys/netinet/sctp_asconf.c Sun Jul 1 08:04:10 2012 (r237898)
+++ stable/9/sys/netinet/sctp_asconf.c Sun Jul 1 08:06:43 2012 (r237899)
@@ -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/9/sys/netinet/sctputil.h
==============================================================================
--- stable/9/sys/netinet/sctputil.h Sun Jul 1 08:04:10 2012 (r237898)
+++ stable/9/sys/netinet/sctputil.h Sun Jul 1 08:06:43 2012 (r237899)
@@ -381,7 +381,5 @@ sctp_auditing(int, struct sctp_inpcb *,
void sctp_audit_log(uint8_t, uint8_t);
#endif
-
-
#endif /* _KERNEL */
#endif
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"