summaryrefslogtreecommitdiff
path: root/net-im/icb/files/patch-o-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /net-im/icb/files/patch-o-ac
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'net-im/icb/files/patch-o-ac')
-rw-r--r--net-im/icb/files/patch-o-ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-im/icb/files/patch-o-ac b/net-im/icb/files/patch-o-ac
deleted file mode 100644
index 2e09c1dd645a..000000000000
--- a/net-im/icb/files/patch-o-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** murgil/serverserve.c.orig Wed May 6 18:47:32 1998
---- murgil/serverserve.c Wed May 6 18:47:48 1998
-***************
-*** 33,39 ****
- if (port_fd > highestfd)
- highestfd = port_fd;
-
-! signal(SIGALRM, gotalarm);
- timeisup = 0;
-
- for (;;) {
---- 33,39 ----
- if (port_fd > highestfd)
- highestfd = port_fd;
-
-! signal(SIGALRM, (void *)gotalarm);
- timeisup = 0;
-
- for (;;) {