opt_kdtrace.h is not needed for SDT probes as of r258541.
This commit is contained in:
parent
792492eee3
commit
565e7fd3bc
@ -28,8 +28,6 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_kdtrace.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
|
@ -11,7 +11,6 @@ SRCS= opt_cam.h
|
||||
SRCS+= opt_ada.h
|
||||
SRCS+= opt_scsi.h
|
||||
SRCS+= opt_cd.h
|
||||
SRCS+= opt_kdtrace.h
|
||||
SRCS+= opt_pt.h
|
||||
SRCS+= opt_sa.h
|
||||
SRCS+= opt_ses.h
|
||||
|
@ -7,7 +7,7 @@
|
||||
KMOD= fastpath
|
||||
SRCS= fastpath.c
|
||||
|
||||
SRCS+= opt_ipfw.h opt_inet.h opt_inet6.h opt_ipsec.h opt_kdtrace.h
|
||||
SRCS+= opt_ipfw.h opt_inet.h opt_inet6.h opt_ipsec.h
|
||||
SRCS+= opt_tcpdebug.h
|
||||
|
||||
#
|
||||
|
@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include "opt_inet.h"
|
||||
#include "opt_inet6.h"
|
||||
#include "opt_ipsec.h"
|
||||
#include "opt_kdtrace.h"
|
||||
#include "opt_tcpdebug.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user