mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
977db1e146
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.
12 lines
344 B
C
12 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 */
|
|
|