aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2013-02-12 13:01:34 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2013-02-12 13:01:34 +0000
commite6043cf0e13b2c915a4f96b827b676db85d10e5f (patch)
tree3e40c2c3fb0d2892dc8c252e9c28170eaa4240d2 /usr.bin
parent23f4fd6da409f9bca1ce839776e72e85baeee3e9 (diff)
downloadsrc-e6043cf0e13b2c915a4f96b827b676db85d10e5f.tar.gz
src-e6043cf0e13b2c915a4f96b827b676db85d10e5f.zip
o Bring in sync decoding the first nfssvc(2) parameter (flags) with
the current definitions location. o Respect numbers in NFSSVC_* (e.g. NFSSVC_V4ROOTEXPORT). MFC after: 1 week
Notes
Notes: svn path=/head/; revision=246711
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/kdump/mksubr2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/kdump/mksubr b/usr.bin/kdump/mksubr
index 1b0df5e2b780..d56f0303573f 100644
--- a/usr.bin/kdump/mksubr
+++ b/usr.bin/kdump/mksubr
@@ -377,7 +377,7 @@ auto_or_type "mmapprotname" "PROT_[A-Z]+[[:space:]]+0x[0-9A-Fa-f]+"
auto_or_type "modename" "S_[A-Z]+[[:space:]]+[0-6]{7}" "sys/stat.h"
auto_or_type "mountflagsname" "MNT_[A-Z]+[[:space:]]+0x[0-9]+" "sys/mount.h"
auto_switch_type "msyncflagsname" "MS_[A-Z]+[[:space:]]+0x[0-9]+" "sys/mman.h"
-auto_or_type "nfssvcname" "NFSSVC_[A-Z]+[[:space:]]+0x[0-9]+" "nfsserver/nfs.h"
+auto_or_type "nfssvcname" "NFSSVC_[A-Z0-9]+[[:space:]]+0x[0-9]+" "nfs/nfssvc.h"
auto_switch_type "prioname" "PRIO_[A-Z]+[[:space:]]+[0-9]" "sys/resource.h"
auto_switch_type "ptraceopname" "PT_[[:alnum:]_]+[[:space:]]+[0-9]+" "sys/ptrace.h"
auto_switch_type "quotactlname" "Q_[A-Z]+[[:space:]]+0x[0-9]+" "ufs/ufs/quota.h"