SVN r311568 breaks build

From: Michael Butler <imb_at_protected-networks.net>
Date: Fri, 6 Jan 2017 20:33:19 -0500
With the introduction of MSG_MORETOCOME, the build of libsysdecode is
broken.

Was the following patch the intended but missed fix?


Index: lib/libsysdecode/mktables
===================================================================
--- lib/libsysdecode/mktables   (revision 311572)
+++ lib/libsysdecode/mktables   (working copy)
_at__at_ -142,7 +142,7 _at__at_
 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"
Received on Sat Jan 07 2017 - 00:33:27 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:09 UTC