From 801c69a4187fb34570bc52efc1c1b3957435f7cf Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Tue, 26 Feb 2002 12:26:41 +0000
Subject: don't pretend to be reentrant yet

---
 libc/inet/rpc/rcmd.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libc/inet/rpc/rcmd.c b/libc/inet/rpc/rcmd.c
index 20c572b45..538901fd4 100644
--- a/libc/inet/rpc/rcmd.c
+++ b/libc/inet/rpc/rcmd.c
@@ -37,6 +37,12 @@ static char sccsid[] = "@(#)rcmd.c	8.3 (Berkeley) 3/26/94";
 
 #define __FORCE_GLIBC
 #include <features.h>
+
+#ifdef _LIBC_REENTRANT
+#undef _LIBC_REENTRANT
+#warning FIXME I am not reentrant yet...
+#endif
+
 #define __USE_GNU
 #include <ctype.h>
 #include <stdio.h>
-- 
cgit v1.2.3