diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-10 19:08:24 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-10 19:08:24 +0000 |
commit | cfb30e90c708aed73c72d7dd0be095b1f3832799 (patch) | |
tree | 697565b8db1fd623402da94c45ce74df6f1c8d9b /irc/kvirc/files | |
parent | Chop 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-aa | 19 |
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 |