freebsd-ports/lang/ohugs/files/patch-src_omonad.c
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

11 lines
432 B
C

--- src/omonad.c.orig 2001-01-31 00:18:40 UTC
+++ src/omonad.c
@@ -526,7 +526,7 @@ typedef int socklen_t;
static int maxfd = -1;
-static local void setReader Args((Int,Cell));
+/* static local void setReader Args((Int,Cell)); */
static local void addSocket Args((Int, Int, Cell));
static local void closeSocket Args((Int, Cell));
static local void closeDeleteSocket Args((Int));