diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-11-14 00:55:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-11-14 00:55:44 +0000 |
commit | 0accd4ea7497b5e0853b6160a926dac8e8c49cff (patch) | |
tree | 84b2d2de5476f6ff0ec8c08847481edfe11e3105 /chat/i2cb/patches/patch-af | |
parent | b0e2d6aed8b83369eee95833c8ff114664bb553c (diff) | |
download | pkgsrc-0accd4ea7497b5e0853b6160a926dac8e8c49cff.tar.gz |
Import i2cb-6.0_ALPHA: Next generation Internet Citicen's Band chat client
ICB (International CB) is a teleconferencing system that allows Internet users
to participate in realtime online discussions. This package builds a client
program (called, strangely enough, "icb") that is used to access ICB.
i2cb was enhanced to support IPv6 etc.
Diffstat (limited to 'chat/i2cb/patches/patch-af')
-rw-r--r-- | chat/i2cb/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/i2cb/patches/patch-af b/chat/i2cb/patches/patch-af new file mode 100644 index 00000000000..ad5597b0e15 --- /dev/null +++ b/chat/i2cb/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1.1.1 2002/11/14 00:55:44 hubertf Exp $ + +--- src/contoport.c.orig Wed Mar 15 23:13:28 2000 ++++ src/contoport.c +@@ -21,7 +21,7 @@ + { + struct addrinfo hints, *res, *a; + char p[10]; +- int err, s; ++ int err, s=-1; + + snprintf(p, 9, "%d", port_number); + |