summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/mksubr
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2008-03-12 11:51:01 +0000
committerjeff <jeff@FreeBSD.org>2008-03-12 11:51:01 +0000
commit3bf9edde52181999929276ee02cda96133467d2f (patch)
tree651c3295e7bbc03be2bcde67cd992fcfcf850415 /usr.bin/kdump/mksubr
parent9d33d28fb7db031d1db74094994d4b06c965a88e (diff)
downloadFreeBSD-src-3bf9edde52181999929276ee02cda96133467d2f.zip
FreeBSD-src-3bf9edde52181999929276ee02cda96133467d2f.tar.gz
- Remove ksethrcmdname.
Diffstat (limited to 'usr.bin/kdump/mksubr')
-rw-r--r--usr.bin/kdump/mksubr2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/kdump/mksubr b/usr.bin/kdump/mksubr
index e5d9b38..797c32c 100644
--- a/usr.bin/kdump/mksubr
+++ b/usr.bin/kdump/mksubr
@@ -151,7 +151,6 @@ cat <<_EOF_
#define _KERNEL
#include <sys/thr.h>
#undef _KERNEL
-#include <sys/kse.h>
#include <sys/extattr.h>
#include <sys/acl.h>
#include <aio.h>
@@ -329,7 +328,6 @@ auto_switch_type "madvisebehavname" "_?MADV_[A-Z]+[[:space:]]+[0-9]+" "sys/mman.
auto_switch_type "msyncflagsname" "MS_[A-Z]+[[:space:]]+0x[0-9]+" "sys/mman.h"
auto_switch_type "schedpolicyname" "SCHED_[A-Z]+[[:space:]]+[0-9]+" "sched.h"
auto_switch_type "kldunloadfflagsname" "LINKER_UNLOAD_[A-Z]+[[:space:]]+[0-9]+" "sys/linker.h"
-auto_switch_type "ksethrcmdname" "KSE_INTR_[A-Z]+[[:space:]]+[0-9]+" "sys/kse.h"
auto_switch_type "extattrctlname" "EXTATTR_NAMESPACE_[A-Z]+[[:space:]]+0x[0-9]+" "sys/extattr.h"
auto_switch_type "kldsymcmdname" "KLDSYM_[A-Z]+[[:space:]]+[0-9]+" "sys/linker.h"
auto_switch_type "sendfileflagsname" "SF_[A-Z]+[[:space:]]+[0-9]+" "sys/socket.h"
OpenPOWER on IntegriCloud