[master] 0aaa5566a EXP_Rearm() is explicitly exported

Poul-Henning Kamp phk at FreeBSD.org
Mon May 13 07:49:05 UTC 2024


commit 0aaa5566aabd16dc67aabfa7374abfb203f316e5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 13 07:44:48 2024 +0000

    EXP_Rearm() is explicitly exported

diff --git a/bin/varnishd/flint.lnt b/bin/varnishd/flint.lnt
index d6ea93a47..6e3051b88 100644
--- a/bin/varnishd/flint.lnt
+++ b/bin/varnishd/flint.lnt
@@ -173,6 +173,10 @@
 --emacro((835),VBH_NOIDX)
 --emacro((835),O_CLOEXEC)
 
+// Deliberately exported, despite no in-tree users
+-esym(759, EXP_Rearm)
+-esym(765, EXP_Rearm)
+
 // Review all below this line ///////////////////////////////////////////////
 
 -e713	// 42 Loss of precision (___) (___ to ___)


More information about the varnish-commit mailing list