$NetBSD$

--- ./async/ihash.h.orig	2002-05-28 11:29:16.000000000 +0100
+++ ./async/ihash.h
@@ -213,7 +213,7 @@ class ihash
   const H hash;
 
 public:
-  ihash () {}
+  ihash () : eq (E ()), hash (H ()) {}
   ihash (const E &e, const H &h) : eq (e), hash (h) {}
 
   void insert (V *elm) { insert_val (elm, hash (elm->*key)); }
