aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-07 07:54:23 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-07 07:54:23 +0000
commit73f14b50b293ca153f288f7be4dce2e2863d5b9f (patch)
tree66326dd3d87c7a1887d3be17f707b6550b0a28d6 /lib
parent8e71a4aa83f856a79c264b77f338b22763dbdcf1 (diff)
downloadsrc-73f14b50b293ca153f288f7be4dce2e2863d5b9f.tar.gz
src-73f14b50b293ca153f288f7be4dce2e2863d5b9f.zip
Unbreak lib/libsysdecode after r311568 by decoding MSG_MORETOCOME flag
in msgflags MFC after: 1 month X-MFC with: r311568 Pointyhat to: jhb Reported by: cy Submitted by: Michael Butler <imb@protected-networks.net> Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=311584
Diffstat (limited to 'lib')
-rw-r--r--lib/libsysdecode/mktables2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsysdecode/mktables b/lib/libsysdecode/mktables
index 563bd187b1a9..6c44a0541071 100644
--- a/lib/libsysdecode/mktables
+++ b/lib/libsysdecode/mktables
@@ -142,7 +142,7 @@ gen_table "seekwhence" "SEEK_[A-Z]+[[:space:]]+[0-9]+" "sys/
gen_table "fcntlcmd" "F_[A-Z0-9_]+[[:space:]]+[0-9]+[[:space:]]+" "sys/fcntl.h" "F_CANCEL|F_..LCK"
gen_table "mmapflags" "MAP_[A-Z_]+[[:space:]]+0x[0-9A-Fa-f]+" "sys/mman.h"
gen_table "rtpriofuncs" "RTP_[A-Z]+[[:space:]]+[0-9]+" "sys/rtprio.h"
-gen_table "msgflags" "MSG_[A-Z]+[[:space:]]+0x[0-9]+" "sys/socket.h" "MSG_SOCALLBCK"
+gen_table "msgflags" "MSG_[A-Z]+[[:space:]]+0x[0-9]+" "sys/socket.h" "MSG_SOCALLBCK|MSG_MORETOCOME"
gen_table "sigcode" "SI_[A-Z]+[[:space:]]+0(x[0-9abcdef]+)?" "sys/signal.h"
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"