aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-10-13 16:14:04 +0000
committerMark Johnston <markj@FreeBSD.org>2019-10-13 16:14:04 +0000
commit671d68fad961f791f120de809b4cc9479717c21b (patch)
tree3ac02127ee9158b81e25972e42fbe16ad6ec2f11 /sys/netinet/sctp_pcb.c
parent9c04e4c01e68d11af883209b6383e6eef0a160d3 (diff)
downloadsrc-671d68fad961f791f120de809b4cc9479717c21b.tar.gz
src-671d68fad961f791f120de809b4cc9479717c21b.zip
Move SCTP DTrace probe definitions into a .c file.
Previously they were defined in a header which was included exactly once. Change this to follow the usual practice of putting definitions in C files. No functional change intended. Discussed with: tuexen MFC after: 1 week Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=353477
Diffstat (limited to 'sys/netinet/sctp_pcb.c')
-rw-r--r--sys/netinet/sctp_pcb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/sctp_pcb.c b/sys/netinet/sctp_pcb.c
index fd54dfbc37e2..18123416d3e5 100644
--- a/sys/netinet/sctp_pcb.c
+++ b/sys/netinet/sctp_pcb.c
@@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
#include <netinet/sctp_output.h>
#include <netinet/sctp_timer.h>
#include <netinet/sctp_bsd_addr.h>
-#include <netinet/sctp_dtrace_define.h>
#if defined(INET) || defined(INET6)
#include <netinet/udp.h>
#endif