diff options
-rw-r--r-- | lang/ohugs/files/patch-src_omonad.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/ohugs/files/patch-src_omonad.c b/lang/ohugs/files/patch-src_omonad.c new file mode 100644 index 0000000..b420b11 --- /dev/null +++ b/lang/ohugs/files/patch-src_omonad.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/omonad.c.orig ++++ src/omonad.c +@@ -526,7 +526,7 @@ + + 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)); |