1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/irc/kvirc/files/patch-aa

14 lines
273 B
Plaintext
Raw Normal View History

--- 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>