$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 10:20:04 uebayasi Exp $ --- src/interfaceModule.h.orig Sun May 26 19:36:58 2002 +++ src/interfaceModule.h Sun May 26 19:37:20 2002 @@ -62,7 +62,7 @@ GFX_Modes = Interface_Data.GFX_Modes; objectFlow = direction; tabComplete = NULL; - ThreadID = makeThread(NULL); + ThreadID = (pthread_st *)makeThread(NULL); } ~Interface_Object()