mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
da7dbb2aab
PR: 16485 Submitted by: maintainer
14 lines
273 B
Plaintext
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>
|