12 Dec 18 13:16, you wrote to all:
AK> macOS version uploaded to http://download.huskyproject.org/osx/ and
AK> hatched to AFTNMISC.
AK> Changelog:
AK> fidoconf:
AK> fix parsing route line; flavor is not necessary anymore before nopack
AK> hpt:
AK> fix description of the Route statement and explain it in detail
AK> * Originally in FIDOSOFT.HUSKY
AK> * Crossposted in RU.HUSKY
Hello!
I noticed Msged isn't included in the macOS zipfile, so tried to build it
myself.
There is a name conflict with the undelete() function supplied with macOS and
Msged's function with the same name.
This patch fixes it.
-+- editmail.h.orig 2018-12-11 13:08:18.000000000 +1100
+++ editmail.h 2018-12-22 00:50:58.000000000 +1100
@@ -42,7 +42,7 @@
static void nada(void);
static void emacskill(void);
static void killeol(void);
-static void undelete(void);
+static void myundelete(void);
static void bytecount(void);
static void do_help(void);
static void doscmd(void);
-+- wrap.c.orig 2018-12-11 13:08:18.000000000 +1100
+++ wrap.c 2018-12-22 00:51:14.000000000 +1100
@@ -1675,7 +1675,7 @@
* deleted and inserts it before the current line.
*/
-static void undelete(void)
+static void myundelete(void)
{
LINE *nl;
--- GoldED+/BSD 1.1.5-b20180707
* Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)
|