freebsd-ports/irc/kvirc/files/patch-aa
Jim Mock da7dbb2aab Upgrade to version 1.0.0
PR:		16485
Submitted by:	maintainer
2000-02-05 00:17:56 +00:00

14 lines
273 B
Plaintext

--- src/kvilib/kvi_thread.h Sat Oct 30 20:18:28 1999
+++ src/kvilib/kvi_thread.h.new Sat Jan 29 18:29:32 2000
@@ -24,7 +24,9 @@
//
#include <pthread.h>
-
+#undef connect
+#undef read
+#undef write
#include <qsocketnotifier.h>
#include <qlist.h>
#include <qobject.h>