$NetBSD: patch-aa,v 1.5 2006/06/02 09:08:15 martin Exp $

--- permstr.hh.orig	2006-06-02 09:57:39.000000000 +0200
+++ permstr.hh	2006-06-02 09:57:50.000000000 +0200
@@ -93,7 +93,7 @@ operator!=(const char *a, PermString b)
 inline int
 hashcode(PermString s)
 {
-    return (int)(s.cc());
+    return (int)(intptr_t)(s.cc());
 }
 
 #endif
