summaryrefslogtreecommitdiff
path: root/gamin
diff options
context:
space:
mode:
authorBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-02-02 13:01:47 +0100
committerBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-02-02 13:19:48 +0100
commit1f0fa0fc3edd69bbf4375c9bbbea2042fad42b66 (patch)
tree69ecf5f34230a3a77654d463b50e61eea5ea8930 /gamin
parent27b610665dd463aa8cffe37fb2e0f6a34498df8a (diff)
downloadcontrib-1f0fa0fc3edd69bbf4375c9bbbea2042fad42b66.tar.gz
contrib-1f0fa0fc3edd69bbf4375c9bbbea2042fad42b66.tar.xz
gamin: patch removed
Diffstat (limited to 'gamin')
-rw-r--r--gamin/gamin-0.1.9-ucred-headers.patch52
1 files changed, 0 insertions, 52 deletions
diff --git a/gamin/gamin-0.1.9-ucred-headers.patch b/gamin/gamin-0.1.9-ucred-headers.patch
deleted file mode 100644
index 35b76e4a0..000000000
--- a/gamin/gamin-0.1.9-ucred-headers.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff -up gamin-0.1.9/server/gam_channel.c.xxx gamin-0.1.9/server/gam_channel.c
---- gamin-0.1.9/server/gam_channel.c.xxx 2007-07-04 15:36:49.000000000 +0200
-+++ gamin-0.1.9/server/gam_channel.c 2008-02-14 10:00:38.654849392 +0100
-@@ -3,7 +3,6 @@
- #include <unistd.h>
- #include <errno.h>
- #include <glib.h>
--#include <sys/socket.h>
- #include <sys/stat.h>
- #include <sys/un.h>
- #include <sys/uio.h>
-@@ -12,6 +11,14 @@
- #include "gam_channel.h"
- #include "gam_protocol.h"
-
-+#ifdef HAVE_LINUX
-+ /* Workaround for undefined struct ucred */
-+ #define __USE_GNU
-+#endif
-+
-+#include <sys/socket.h>
-+
-+
- /* #define CHANNEL_VERBOSE_DEBUGGING */
- /************************************************************************
- * *
-diff -up gamin-0.1.9/libgamin/gam_api.c.xxx gamin-0.1.9/libgamin/gam_api.c
---- gamin-0.1.9/libgamin/gam_api.c.xxx 2007-07-04 15:36:48.000000000 +0200
-+++ gamin-0.1.9/libgamin/gam_api.c 2008-02-13 17:41:50.697896914 +0100
-@@ -11,7 +11,6 @@
- #include <fcntl.h>
- #include <errno.h>
- #include <sys/stat.h>
--#include <sys/socket.h>
- #include <sys/un.h>
- #include <sys/uio.h>
- #include "fam.h"
-@@ -20,6 +19,14 @@
- #include "gam_fork.h"
- #include "gam_error.h"
-
-+#ifdef HAVE_LINUX
-+ /* Workaround for undefined struct ucred */
-+ #define __USE_GNU
-+#endif
-+
-+#include <sys/socket.h>
-+
-+
- #define TEST_DEBUG
-
- #define MAX_RETRIES 25

Generated by cgit