diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-11-12 12:58:42 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-11-12 12:58:42 +0000 |
commit | 977db1e146db48bf6f5a9887e1d993fc9e293b54 (patch) | |
tree | 31b13ae96cb3984e321d34aa820b5ff80048448f /news/husky-msged/files/patch-msg.c | |
parent | Update to 2.5.03.2382. This fixes unfetchable distfile problem. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=177094
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 */ + |