From 24d41a9efc44a3476400986d8e6055a1d60b6b14 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 15 Sep 2003 02:17:49 +0000
Subject: [PATCH] NetBSD needs reentrant funcs.

---
 src/template/netbsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/template/netbsd b/src/template/netbsd
index 72e1d624c4a..0fd61a70b28 100644
--- a/src/template/netbsd
+++ b/src/template/netbsd
@@ -1,4 +1,4 @@
 CFLAGS='-O2 -pipe'
 
 SUPPORTS_THREADS=yes
-NEED_REENTRANT_FUNCS=no
+NEED_REENTRANT_FUNCS=yes	# 1.6 2003-09-14
-- 
GitLab