aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/e-config-upgrade.c4
2 files changed, 9 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 2ea4e22322..2a81ecd81f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,10 @@
+2003-05-15 Ettore Perazzoli <ettore@ximian.com>
+
+ [Patch from Antonio Xu <antonio.xu@sun.com>, #42491]
+
+ * e-config-upgrade.c (upgrade_xml_1_2_rec): Make it compile on
+ Forte.
+
2003-05-14 JP Rosevear <jpr@ximian.com>
* e-shell.c (save_settings_for_component): release the interface
diff --git a/shell/e-config-upgrade.c b/shell/e-config-upgrade.c
index 48f141bde8..9128dd6018 100644
--- a/shell/e-config-upgrade.c
+++ b/shell/e-config-upgrade.c
@@ -617,8 +617,8 @@ upgrade_xml_1_2_rec(xmlNodePtr node)
{
const char *value_tags[] = { "string", "address", "regex", "file", "command", NULL };
const char *rule_tags[] = { "title", NULL };
- const struct {
- char *name;
+ struct {
+ const char *name;
const char **tags;
} tags[] = {
{ "value", value_tags },
pan>/+1 * - Fix MD5 code on 64 bit platformsamdmi32009-05-112-3/+24 * - Chase shlib version of net-mgmt/net-snmp.kuriyama2008-03-271-1/+1 * Migration from bison 1.x to 2.xade2007-10-171-1/+2 * - Update to 0.9.5pav2007-07-1112-121/+138 * - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.kuriyama2007-02-281-1/+1 * SHA256ifyedwin2006-02-011-0/+1 * Chase shlib version bump of net-snmp.kuriyama2005-11-301-1/+1 * Bump shlib number of net-snmp and $PORTREVISION.kuriyama2004-12-061-1/+1 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-2/+2