aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2018-01-15 08:32:49 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2018-01-15 08:32:49 +0000
commitc1f0d826d651bf1608347c1af03e5070d7db36ce (patch)
tree3d83d66a71ee0b79c0b331906d1458ee86a2a210 /lib/libsysdecode
parent04329fa708cf170e831b60c549b70c4ea9a1b6b4 (diff)
downloadsrc-c1f0d826d651bf1608347c1af03e5070d7db36ce.tar.gz
src-c1f0d826d651bf1608347c1af03e5070d7db36ce.zip
Simplify table generation.
Notes
Notes: svn path=/head/; revision=327994
Diffstat (limited to 'lib/libsysdecode')
-rw-r--r--lib/libsysdecode/mktables2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsysdecode/mktables b/lib/libsysdecode/mktables
index 2fdec0767178..9100cacb8cf1 100644
--- a/lib/libsysdecode/mktables
+++ b/lib/libsysdecode/mktables
@@ -157,7 +157,7 @@ gen_table "sigcode" "SI_[A-Z]+[[:space:]]+0(x[0-9abcdef]+)?" "sys/
gen_table "umtxcvwaitflags" "CVWAIT_[A-Z_]+[[:space:]]+0x[0-9]+" "sys/umtx.h"
gen_table "umtxrwlockflags" "URWLOCK_PREFER_READER[[:space:]]+0x[0-9]+" "sys/umtx.h"
gen_table "caprights" "CAP_[A-Z_]+[[:space:]]+CAPRIGHT\([0-9],[[:space:]]+0x[0-9]{16}ULL\)" "sys/capsicum.h"
-gen_table "sctpprpolicy" "SCTP_PR_SCTP_[A-Z_]+" "netinet/sctp_uio.h" "SCTP_PR_SCTP_BUF|SCTP_PR_SCTP_MAX|SCTP_PR_SCTP_ALL"
+gen_table "sctpprpolicy" "SCTP_PR_SCTP_[A-Z_]+[[:space:]]+0x[0-9]+" "netinet/sctp_uio.h" "SCTP_PR_SCTP_ALL"
if [ -e "${include_dir}/x86/sysarch.h" ]; then
gen_table "sysarchnum" "(AMD64|I386)_[A-Z86_]+[[:space:]]+[0-9]+" "x86/sysarch.h"
else