diff options
| author | Jim Mock <jim@FreeBSD.org> | 2000-02-05 00:17:56 +0000 |
|---|---|---|
| committer | Jim Mock <jim@FreeBSD.org> | 2000-02-05 00:17:56 +0000 |
| commit | da7dbb2aab4ef551b74b9bc46cdeaeee66cd0c53 (patch) | |
| tree | 6b599be9bd2a980413d162f02873762182419435 /irc/kvirc-devel/files/patch-aa | |
| parent | Enable support for RadioTrack radio cards. (diff) | |
Upgrade to version 1.0.0
PR: 16485
Submitted by: maintainer
Diffstat (limited to 'irc/kvirc-devel/files/patch-aa')
| -rw-r--r-- | irc/kvirc-devel/files/patch-aa | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/irc/kvirc-devel/files/patch-aa b/irc/kvirc-devel/files/patch-aa index b911bb193261..dec6a89ee7d2 100644 --- a/irc/kvirc-devel/files/patch-aa +++ b/irc/kvirc-devel/files/patch-aa @@ -1,19 +1,13 @@ -*** kvirc/kvi_support.cpp.orig Mon Jan 25 00:32:30 1999 ---- kvirc/kvi_support.cpp Mon Feb 15 02:10:42 1999 -*************** -*** 21,27 **** - - //#include "kvi_app.h" - #include <ctype.h> -! #include <netinet/in.h> - #include <sys/types.h> - #include <sys/socket.h> - #include <qstring.h> //includes <string.h> too ---- 21,27 ---- - - //#include "kvi_app.h" - #include <ctype.h> -! // #include <netinet/in.h> - #include <sys/types.h> - #include <sys/socket.h> - #include <qstring.h> //includes <string.h> too +--- 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> |
