summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-06-01 08:26:50 +0000
committertuexen <tuexen@FreeBSD.org>2012-06-01 08:26:50 +0000
commit4d270d9b7ffa5229629430b7516b1b14f7e8415b (patch)
tree097fb15f9de3d45163770def9f7a7ff5094ae3ba
parent2c17ed141e10a6836b6be341077010eacbd69e92 (diff)
downloadFreeBSD-src-4d270d9b7ffa5229629430b7516b1b14f7e8415b.zip
FreeBSD-src-4d270d9b7ffa5229629430b7516b1b14f7e8415b.tar.gz
Small cleanups. No functional change.
MFC after: 3 days
-rw-r--r--sys/netinet/sctp_asconf.c2
-rw-r--r--sys/netinet/sctputil.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/sctp_asconf.c b/sys/netinet/sctp_asconf.c
index 9ab3bee..0800ab5 100644
--- a/sys/netinet/sctp_asconf.c
+++ b/sys/netinet/sctp_asconf.c
@@ -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
diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h
index 851b700..5d1463e 100644
--- a/sys/netinet/sctputil.h
+++ b/sys/netinet/sctputil.h
@@ -381,7 +381,5 @@ sctp_auditing(int, struct sctp_inpcb *, struct sctp_tcb *,
void sctp_audit_log(uint8_t, uint8_t);
#endif
-
-
#endif /* _KERNEL */
#endif
OpenPOWER on IntegriCloud