freebsd-ports/news/husky-msged/files/patch-msg.c
Max Khon 977db1e146 Update to 6.2RC1. This also fixes unfetchable distfile.
patch-fido.c and patch-msg.c are required for compatibility with
pre 1.4 husky. They will be removed once husky ports are updated to 1.4.
2006-11-12 12:58:42 +00:00

11 lines
344 B
C

--- msg.c.orig Sun Nov 12 18:23:41 2006
+++ msg.c Sun Nov 12 18:23:46 2006
@@ -58,7 +58,7 @@
static struct _minf minf;
-static MSGA *Ahandle = NULL; /* area handle */
+static MSG *Ahandle = NULL; /* area handle */
static MSGH *mh = NULL; /* message handle */
static XMSG xmsg; /* squish message header */