diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-10 19:08:24 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-10 19:08:24 +0000 |
commit | 1cfdd11c9640e855253f82a0cedac183377beb3a (patch) | |
tree | 714bd29e58f09ccb212dd6aecf6611913cf458a8 /irc/kvirc-devel/files | |
parent | 77ec0579cb2d8148173ab8985d3fdada882307a3 (diff) | |
download | FreeBSD-ports-1cfdd11c9640e855253f82a0cedac183377beb3a.zip FreeBSD-ports-1cfdd11c9640e855253f82a0cedac183377beb3a.tar.gz |
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>
Diffstat (limited to 'irc/kvirc-devel/files')
-rw-r--r-- | irc/kvirc-devel/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/irc/kvirc-devel/files/patch-aa b/irc/kvirc-devel/files/patch-aa new file mode 100644 index 0000000..b911bb1 --- /dev/null +++ b/irc/kvirc-devel/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 |