openbsd-ports/net/icb/patches/patch-ac
brad d3db425848 - convert patches to unified diffs
- merge contents of patch-ad and patch-an into patch-ad
2000-01-16 09:26:46 +00:00

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 (;;) {