diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-02-06 07:16:32 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-02-06 07:16:32 +0000 |
commit | 2c0c9683099dd48ff2139916cf0580acaf46d716 (patch) | |
tree | 4c7ec334da8c82a05a630e1bd59362ca1d6ef8b5 /misc/amanda26-server/files/patch-common-src::event.c | |
parent | Update to 0.2.29 (diff) |
Grr, I forgot to add patch files in previous commit...
Diffstat (limited to 'misc/amanda26-server/files/patch-common-src::event.c')
-rw-r--r-- | misc/amanda26-server/files/patch-common-src::event.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 */ + |