svn commit: r246711 - head/usr.bin/kdump

Sergey Kandaurov pluknet at FreeBSD.org
Tue Feb 12 13:01:35 UTC 2013


Author: pluknet
Date: Tue Feb 12 13:01:34 2013
New Revision: 246711
URL: http://svnweb.freebsd.org/changeset/base/246711

Log:
  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

Modified:
  head/usr.bin/kdump/mksubr

Modified: head/usr.bin/kdump/mksubr
==============================================================================
--- head/usr.bin/kdump/mksubr	Tue Feb 12 11:24:37 2013	(r246710)
+++ head/usr.bin/kdump/mksubr	Tue Feb 12 13:01:34 2013	(r246711)
@@ -377,7 +377,7 @@ auto_or_type     "mmapprotname"        "
 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"


More information about the svn-src-head mailing list