summaryrefslogtreecommitdiff
path: root/net/icb/files/patch-o-aa
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-05-25 23:23:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-05-25 23:23:36 +0000
commit721685a75951a3194d0d12e4096185dbd76b379c (patch)
tree85d96e92468c3e284d56a6b0bdcec9e88832ddb1 /net/icb/files/patch-o-aa
parentMASTER_SITE_SUBDIR should have neither a leading nor a trailing slash. (diff)
Internet CB - a chat client
Notes
Notes: svn path=/head/; revision=11144
Diffstat (limited to 'net/icb/files/patch-o-aa')
-rw-r--r--net/icb/files/patch-o-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/icb/files/patch-o-aa b/net/icb/files/patch-o-aa
new file mode 100644
index 000000000000..25500e293009
--- /dev/null
+++ b/net/icb/files/patch-o-aa
@@ -0,0 +1,19 @@
+*** murgil/clientserve.c.orig Wed May 6 18:40:46 1998
+--- murgil/clientserve.c Wed May 6 18:43:34 1998
+***************
+*** 41,47 ****
+ /* look at tty fd */
+ FD_SET(0,&fdset); /**/
+
+! signal(SIGALRM, gotalarm);
+ timeisup = 0;
+
+ for (;;) {
+--- 41,47 ----
+ /* look at tty fd */
+ FD_SET(0,&fdset); /**/
+
+! signal(SIGALRM, (void *)gotalarm);
+ timeisup = 0;
+
+ for (;;) {