diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:42:44 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:42:44 +0000 |
commit | 273b0793d6c5e7ca4f0565f82e82905aed04a1de (patch) | |
tree | b8f2c82af08625b49f2731d3433b9eb56b99d59b /irc/yagirc/files/patch-ab | |
parent | Fix the swapmeter for -current. (diff) |
Update to version 0.66.1.
PR: 11853
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'irc/yagirc/files/patch-ab')
-rw-r--r-- | irc/yagirc/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/yagirc/files/patch-ab b/irc/yagirc/files/patch-ab new file mode 100644 index 000000000000..2730d4e1caf1 --- /dev/null +++ b/irc/yagirc/files/patch-ab @@ -0,0 +1,10 @@ +--- src/net_nowait.c.orig Sun May 23 02:42:46 1999 ++++ src/net_nowait.c Sun May 23 02:43:09 1999 +@@ -32,6 +32,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <errno.h> + #include <glib.h> + #include <string.h> + |