From 174607e5ff014fb68bea4945f6199e8da1261788 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Mon, 21 Dec 2020 00:17:56 +0100 Subject: [PATCH] Unbreak build after commit 1a0a11f7d2d1dbecb9f754b1e129d50e489058e6. The commit only changed a comment in 'struct buffer', so the portable dumper doesn't need to be adapted. * src/pdumper.c (dump_buffer): Update hash for 'struct buffer'. --- src/pdumper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pdumper.c b/src/pdumper.c index 0096a4d45a3..f31e5888970 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2692,7 +2692,7 @@ dump_hash_table (struct dump_context *ctx, static dump_off dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) { -#if CHECK_STRUCTS && !defined HASH_buffer_EE36B4292E +#if CHECK_STRUCTS && !defined HASH_buffer_99D642C1CB # error "buffer changed. See CHECK_STRUCTS comment in config.h." #endif struct buffer munged_buffer = *in_buffer; -- 2.39.5