summaryrefslogtreecommitdiff
path: root/build-aux/stack.c.gen
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/stack.c.gen')
-rwxr-xr-xbuild-aux/stack.c.gen2
1 files changed, 1 insertions, 1 deletions
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