]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/dnsmasq/0009-Use-inotify-instead-of-polling-on-Linux.patch
dnsmasq: Import patches from upstream
[ipfire-2.x.git] / src / patches / dnsmasq / 0009-Use-inotify-instead-of-polling-on-Linux.patch
index 28dae8c2db27dede2e5017b0b77b80013b85bde9..3d6654068a3c15ae3d298e2b576826787a98715e 100644 (file)
@@ -1,7 +1,7 @@
 From 193de4abf59e49c6b70d54cfe9720fcb95ca2f71 Mon Sep 17 00:00:00 2001
 From: Simon Kelley <simon@thekelleys.org.uk>
 Date: Wed, 10 Dec 2014 17:32:16 +0000
-Subject: [PATCH 09/87] Use inotify instead of polling on Linux.
+Subject: [PATCH 09/98] Use inotify instead of polling on Linux.
 
 This should solve problems people are seeing when a file changes
 twice within a second and thus is missed for polling.