[Midnightbsd-cvs] src [9389] trunk/usr.bin/kdump/mksubr: o Bring in sync decoding the first nfssvc(2) parameter (flags) with
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 4 16:25:08 EST 2017
Revision: 9389
http://svnweb.midnightbsd.org/src/?rev=9389
Author: laffer1
Date: 2017-03-04 16:25:08 -0500 (Sat, 04 Mar 2017)
Log Message:
-----------
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).
Modified Paths:
--------------
trunk/usr.bin/kdump/mksubr
Modified: trunk/usr.bin/kdump/mksubr
===================================================================
--- trunk/usr.bin/kdump/mksubr 2017-03-04 21:23:58 UTC (rev 9388)
+++ trunk/usr.bin/kdump/mksubr 2017-03-04 21:25:08 UTC (rev 9389)
@@ -367,7 +367,7 @@
auto_or_type "mlockallname" "MCL_[A-Z]+[[:space:]]+0x[0-9]+" "sys/mman.h"
auto_or_type "shmatname" "SHM_[A-Z]+[[:space:]]+[0-9]{6}+" "sys/shm.h"
auto_or_type "rforkname" "RF[A-Z]+[[:space:]]+\([0-9]+<<[0-9]+\)" "sys/unistd.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 "whencename" "SEEK_[A-Z]+[[:space:]]+[0-9]+" "sys/unistd.h"
auto_switch_type "rlimitname" "RLIMIT_[A-Z]+[[:space:]]+[0-9]+" "sys/resource.h"
More information about the Midnightbsd-cvs
mailing list