From 2c0c9683099dd48ff2139916cf0580acaf46d716 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 6 Feb 2009 07:16:32 +0000 Subject: Grr, I forgot to add patch files in previous commit... --- misc/amanda26-server/files/patch-common-src::event.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/amanda26-server/files/patch-common-src::event.c (limited to 'misc/amanda26-server/files/patch-common-src::event.c') diff --git a/misc/amanda26-server/files/patch-common-src::event.c b/misc/amanda26-server/files/patch-common-src::event.c new file mode 100644 index 000000000000..3011960848e4 --- /dev/null +++ b/misc/amanda26-server/files/patch-common-src::event.c @@ -0,0 +1,11 @@ +--- common-src/event.c.orig 2009-02-04 07:50:43.000000000 +0900 ++++ common-src/event.c 2009-02-04 07:50:20.000000000 +0900 +@@ -480,7 +480,7 @@ + * some tricky race conditions and extra machinery. Since there are few, if any, + * users of a glib version this old, such machinery wouldn't get much testing. + */ +-#if (GLIB_MAJOR_VERSION < 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 6)) ++#if (1 || GLIB_MAJOR_VERSION < 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 6)) + typedef struct ChildWatchSource { + GSource source; /* must be the first element in the struct */ + -- cgit v1.2.3