aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-09-23 06:53:21 +0800
committerDan Winship <danw@src.gnome.org>2002-09-23 06:53:21 +0800
commit8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6 (patch)
tree481b3885c650fa97596a4b46bf90a8d095813caf /e-util
parent0ddf9119dd2baa9bb7784cbbfe1549e1dcaca2a6 (diff)
downloadgsoc2013-evolution-8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6.tar.gz
gsoc2013-evolution-8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6.tar.zst
gsoc2013-evolution-8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6.zip
Fix some non-ANSI switch statements
* e-config-listener.c: Fix some non-ANSI switch statements * e-path.c: #include <sys/types.h> for OS X svn path=/trunk/; revision=18156
Diffstat (limited to 'e-util')
-rw-r--r--e-util/ChangeLog6
-rw-r--r--e-util/e-config-listener.c2
-rw-r--r--e-util/e-path.c1
3 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 68929bce30..6fbc641f9a 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-22 Dan Winship <danw@ximian.com>
+
+ * e-config-listener.c: Fix some non-ANSI switch statements
+
+ * e-path.c: #include <sys/types.h> for OS X
+
2002-09-11 Chris Toshok <toshok@ximian.com>
[ Fixes #27546 ]
diff --git a/e-util/e-config-listener.c b/e-util/e-config-listener.c
index 1a2c48520f..2e60b8dda2 100644
--- a/e-util/e-config-listener.c
+++ b/e-util/e-config-listener.c
@@ -102,6 +102,7 @@ free_key_hash (gpointer key, gpointer value, gpointer user_data)
g_free (kd->value.v_str);
break;
default :
+ break;
}
g_free (kd);
@@ -235,6 +236,7 @@ add_key (EConfigListener *cl, const char *key, GtkFundamentalType type,
kd->value.v_str = (char *) value;
break;
default :
+ break;
}
kd->used_default = used_default;
diff --git a/e-util/e-path.c b/e-util/e-path.c
index 06b75686b1..089ee03842 100644
--- a/e-util/e-path.c
+++ b/e-util/e-path.c
@@ -20,6 +20,7 @@
#include <config.h>
+#include <sys/types.h>
#include <dirent.h>
#include <string.h>
#include <sys/stat.h>
pan class='deletions'>-6/+6 * - update to 1.4.1dinoex2010-03-281-0/+1 * - use $SUB_FILES to dynamically adjust pkg-message (1);thierry2010-03-271-36/+50 * Unbreak: conficts solved in cad/gmsh.thierry2010-02-131-2/+0 * - Mark BROKEN: conflicting dependenciespav2010-02-101-0/+2 * - update to jpeg-8dinoex2010-02-051-1/+1 * Chase math/gsl update,makc2009-12-021-0/+1 * - Chase relocation of net/mpich2thierry2009-11-281-3/+2 * Upgrade to 10.0.3-2.thierry2009-06-221-1/+1 * Upgrade to 9.4.0-2.thierry2009-01-211-1/+1 * Upgrade Code_Aster to 9.4.0.thierry2009-01-151-13/+30 * - Replace literal gfortran42 with , fix buildpav2009-01-131-2/+2 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-3/+0 * The main tarball has been rerolled, but the included components have notthierry2008-10-221-1/+1 * - Mark BROKEN on FreeBSD 6.xpav2008-07-291-0/+3 * Upgrade Code_Aster to 9.3.0.thierry2008-07-131-9/+25 * - Now builds on amd64/6pav2008-06-231-4/+0 * - Limit BROKEN status to 6.x onlypav2008-05-051-2/+4 * - Mark BROKEN: compilation of elements withpav2008-05-031-0/+2 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+4 * Chase master-site's reorganization.thierry2008-01-191-1/+1 * Upgrade Code_Aster to 9.2.0-2.thierry2008-01-131-6/+15 * Migration from bison 1.x to 2.xade2007-10-171-1/+2 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-4/+1 * Upgrade to 9.1.0-1.thierry2007-07-011-8/+6 * A sweeping commit: unbreak "make index" if WITH_BASH=YES is defined.bsam2007-06-061-4/+0 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Chase Grace's move to $LOCALBASE.thierry2007-04-251-4/+4 * Fix my previous commit: -fdefault-integer-8 and -fdefault-real-8 shouldthierry2007-03-261-5/+7 * Trying to unbreak on 64 bits platforms by forcing integers to INTEGER*8.thierry2007-03-221-5/+5 * - Mark BROKEN on != i386thierry2007-03-151-4/+6 * Fix build after gfortran migration.thierry2007-02-041-13/+13 * Should not use WITH_FORTRAN.maho2007-01-181-1/+0 * * Migrate to gfortran.maho2007-01-171-18/+18 * Update to 9.0.0-2.thierry2007-01-121-1/+1 * Upgrade to 9.0.0-1.thierry2006-12-261-17/+21 * Mark BROKEN also on ia64.thierry2006-12-181-5/+1 * - Upgrade MED to 2.3.1;thierry2006-12-131-1/+2 * Mark BROKEN on 5.x (undefined reference to `feenableexcept').thierry2006-11-151-2/+2 * - Catch the exception risen by gethostbyaddr and set a "to be configured"thierry2006-09-241-7/+2 * Mark as BROKEN everywhere, and deprecate.linimon2006-09-241-3/+6 * Mark as broken on 5.x: does not install.linimon2006-08-271-0/+2 * Update to 8.3.0-3.thierry2006-08-081-1/+1 * Update to 8.3.0-2.thierry2006-08-041-1/+1 * - Switch to MPICH2;thierry2006-07-251-49/+61 * Upgrade to 8.3.0-1.thierry2006-07-071-7/+20 * - Add MUMPS support (optional);thierry2006-06-031-16/+47 * Add Scotch's support.thierry2006-02-041-5/+10 * Upgrade to 8.2.0-4.thierry2006-01-271-1/+1 * Update to 8.2.0-3.thierry2006-01-241-2/+1 * Minor update to 8.2.0-2.thierry2006-01-191-1/+1 * Upgrade to 8.2.0.thierry2006-01-161-9/+19 * BROKEN on sparc64: Does not buildkris2005-08-311-0/+4 * Mark BROKEN on amd64: segmentation fault when it compiles the "cataloguethierry2005-07-141-0/+3 * Upgrade to 8.1.0.thierry2005-07-041-7/+12 * - Upgrade ASTK to 1.2.3;thierry2005-04-281-2/+2 * This is still version 7.4.0, but tarball has been rerolled and itthierry2005-04-031-12/+19 * BROKEN on !i386: Does not compilekris2005-03-271-0/+4 * The tarball has been rerolled to chase ASTK 1.2.1.thierry2005-01-251-2/+2 * Upgrade to 7.4.0.thierry2005-01-181-113/+120 * BROKEN on amd64: Does not installkris2004-06-191-0/+4