From c8bb80baf3465f938b782c87b3199312c2585589 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@meta.com>
Date: Sun, 2 Feb 2025 20:12:51 -0800
Subject: [PATCH] maint: fix mistake in preceding change

* bootstrap.conf (gnulib_modules): The deprecated realloc-gnu module
cannot be renamed to realloc-gnu-h (which doesn't exist), but rather
to realloc-posix. Spotted by Collin Funk.
---
 bootstrap.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 0da2c3b..b7cc6cb 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -57,7 +57,7 @@ manywarnings
 openat-safer
 printf-posix
 readme-release
-realloc-gnu-h
+realloc-posix
 savedir
 sigaction
 stat-time
-- 
2.48.1.166.g58b5801aa9

