summaryrefslogtreecommitdiff
path: root/irc/kvirc/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-04-10 19:08:24 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-04-10 19:08:24 +0000
commitcfb30e90c708aed73c72d7dd0be095b1f3832799 (patch)
tree697565b8db1fd623402da94c45ce74df6f1c8d9b /irc/kvirc/files
parentChop off '\n' from the end of strings entered via fgets(). (diff)
Import of net/kvirc 0.9.0
A powerful Internet Relay Chat client designed for UNIX PR: ports/10097 Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes: svn path=/head/; revision=17759
Diffstat (limited to 'irc/kvirc/files')
-rw-r--r--irc/kvirc/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/irc/kvirc/files/patch-aa b/irc/kvirc/files/patch-aa
new file mode 100644
index 000000000000..b911bb193261
--- /dev/null
+++ b/irc/kvirc/files/patch-aa
@@ -0,0 +1,19 @@
+*** 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