diff options
Diffstat (limited to 'news/husky-msged/files/patch-msg.c')
-rw-r--r-- | news/husky-msged/files/patch-msg.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/husky-msged/files/patch-msg.c b/news/husky-msged/files/patch-msg.c new file mode 100644 index 000000000000..e4fc5590805a --- /dev/null +++ b/news/husky-msged/files/patch-msg.c @@ -0,0 +1,11 @@ +--- 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 */ + |