summaryrefslogtreecommitdiff
path: root/sysutils/gamin/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gamin/patches/patch-ad')
-rw-r--r--sysutils/gamin/patches/patch-ad26
1 files changed, 0 insertions, 26 deletions
diff --git a/sysutils/gamin/patches/patch-ad b/sysutils/gamin/patches/patch-ad
deleted file mode 100644
index 6bb6f90e9b5..00000000000
--- a/sysutils/gamin/patches/patch-ad
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2005/08/30 23:24:33 jlam Exp $
-
---- server/gam_server.c.orig 2005-08-09 14:30:12.000000000 -0400
-+++ server/gam_server.c
-@@ -56,6 +56,21 @@ gboolean (*gam_backend_add_subscription)
- gboolean (*gam_backend_remove_subscription) (GamSubscription *sub);
- gboolean (*gam_backend_remove_all_for) (GamListener *listener);
-
-+#ifndef ENABLE_INOTIFY
-+/**
-+ * gam_inotify_is_running
-+ *
-+ * Unless built with inotify support, always
-+ * return false.
-+ */
-+gboolean
-+gam_inotify_is_running(void)
-+{
-+ return FALSE;
-+}
-+#endif
-+
-+
- /**
- * gam_exit:
- *