Small cleanups. No functional change.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2012-06-01 08:26:50 +00:00
parent 5d586d29dd
commit 11ef11db47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236391
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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