d3db425848
- merge contents of patch-ad and patch-an into patch-ad
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
--- murgil/serverserve.c.orig Fri Feb 24 16:19:44 1995
|
|
+++ murgil/serverserve.c Sun Jan 16 01:35:02 2000
|
|
@@ -33,7 +33,7 @@
|
|
if (port_fd > highestfd)
|
|
highestfd = port_fd;
|
|
|
|
- signal(SIGALRM, gotalarm);
|
|
+ signal(SIGALRM, (void *)gotalarm);
|
|
timeisup = 0;
|
|
|
|
for (;;) {
|