1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

Remove extraneous extern (its gotten from sctp_sysctl.h)

This commit is contained in:
Randall Stewart 2007-06-15 20:23:41 +00:00
parent c0fdfb956d
commit 0a374fd92a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170790

View File

@ -45,11 +45,6 @@ __FBSDID("$FreeBSD$");
#include <netinet/sctputil.h>
#include <netinet/sctp_auth.h>
#ifdef SCTP_DEBUG
extern uint32_t sctp_debug_on;
#endif /* SCTP_DEBUG */
int
sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id)