e8273d113e
Andreas Hallmann graciously agreed to maintain them.
15 lines
451 B
Text
15 lines
451 B
Text
$NetBSD: patch-bb,v 1.3 2008/03/26 13:22:00 wiz Exp $
|
|
|
|
--- client/completion_hash.cc.orig 2005-02-18 01:38:24.000000000 +0100
|
|
+++ client/completion_hash.cc 2005-02-18 01:38:47.000000000 +0100
|
|
@@ -23,6 +23,10 @@
|
|
|
|
#include <my_global.h>
|
|
#include <m_string.h>
|
|
+#ifdef NEEDS_BSTRING_H // defines bzero()
|
|
+#include <bstring.h>
|
|
+#endif
|
|
+
|
|
#undef SAFEMALLOC // Speed things up
|
|
#include <my_sys.h>
|
|
#include "completion_hash.h"
|