From 0a374fd92a0e58563b6bccacd382761df936f21b Mon Sep 17 00:00:00 2001 From: Randall Stewart Date: Fri, 15 Jun 2007 20:23:41 +0000 Subject: [PATCH] Remove extraneous extern (its gotten from sctp_sysctl.h) --- sys/netinet/sctp_peeloff.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/netinet/sctp_peeloff.c b/sys/netinet/sctp_peeloff.c index 479a8ac74261..8b246da19a96 100644 --- a/sys/netinet/sctp_peeloff.c +++ b/sys/netinet/sctp_peeloff.c @@ -45,11 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include -#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)