summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-08-20 20:11:34 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-08-20 20:11:34 +0000
commitb2050d96aacb67a38f319c5ac223ee18531b046e (patch)
tree606ee59ecd8ee374eeaf0b215d37af3288ad2885 /app-admin/gamin/files
parentMake ffcall compile/generate shared libraries too. Thanks PaX Team in bug #1... (diff)
downloadgentoo-2-b2050d96aacb67a38f319c5ac223ee18531b046e.tar.gz
gentoo-2-b2050d96aacb67a38f319c5ac223ee18531b046e.tar.bz2
gentoo-2-b2050d96aacb67a38f319c5ac223ee18531b046e.zip
Fix compile warnings; bug #188923
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-admin/gamin/files')
-rw-r--r--app-admin/gamin/files/gamin-0.1.9-compile-warnings.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/gamin/files/gamin-0.1.9-compile-warnings.patch b/app-admin/gamin/files/gamin-0.1.9-compile-warnings.patch
new file mode 100644
index 000000000000..d3e0931391a7
--- /dev/null
+++ b/app-admin/gamin/files/gamin-0.1.9-compile-warnings.patch
@@ -0,0 +1,22 @@
+--- gamin-0.1.9/lib/gam_error.h.1 2007-08-15 01:09:13.000000000 +0200
++++ gamin-0.1.9/lib/gam_error.h 2007-08-15 01:09:27.000000000 +0200
+@@ -47,6 +47,9 @@
+
+ int gam_errno(void);
+
++void gam_error_init(void);
++void gam_error_check(void);
++
+ #ifdef GAM_DEBUG_ENABLED
+
+ #ifdef GAMIN_DEBUG_API
+@@ -70,9 +73,6 @@
+ const char* format, ...);
+ #define GAM_DEBUG if (gam_debug_active) gam_debug
+
+-void gam_error_init(void);
+-void gam_error_check(void);
+-
+ #else
+ /*
+ * no debug, redefine the macro empty content