freebsd-ports/devel/ElectricFence/files/patch-efence.c
Max Khon 9b7be7aab0 Disable printing version upon initialization.
This will allow using ElectricFence in multithreaded programs
(programs linked with libc_r).
2003-01-13 17:25:37 +00:00

12 lines
233 B
C

--- efence.c.orig Mon Jan 13 17:24:08 2003
+++ efence.c Mon Jan 13 17:22:50 2003
@@ -271,7 +271,9 @@
char * string;
Slot * slot;
+#if 0
EF_Print(version);
+#endif
#ifdef USE_SEMAPHORE
if (sem_init(&EF_sem, 0, 1) >= 0) {