From c3b9d7e802d7d2e31131692d621515ac88178ebb Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 16 Dec 2024 14:51:10 -0500 Subject: lib9p: Split lib9p_{validate,unmarshal,marshal} into _Tmsg and _Rmsg variants --- build-aux/stack.c.gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux') diff --git a/build-aux/stack.c.gen b/build-aux/stack.c.gen index a3288b0..6602bdc 100755 --- a/build-aux/stack.c.gen +++ b/build-aux/stack.c.gen @@ -412,7 +412,7 @@ def main( return sorted(tmessage_handlers) if lib9p_msgs and "/9p.c:" in loc: for meth in ["validate", "unmarshal", "marshal"]: - if line.startswith(f"table.{meth}("): + if line.startswith(f"tentry.{meth}("): return sorted(f"{meth}_{msg}" for msg in lib9p_msgs) return None -- cgit v1.2.3-2-g168b