]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-inotify.patch
- this patch breaks exec without full path (eg. exec run-init)
[packages/busybox.git] / busybox-inotify.patch
CommitLineData
3bed5943
AM
1--- busybox-1.12.2/miscutils/inotifyd.c.org 2008-11-19 12:52:28.714759776 +0100
2+++ busybox-1.12.2/miscutils/inotifyd.c 2008-11-19 12:52:49.514757748 +0100
3@@ -28,6 +28,8 @@
4 */
5
6 #include "libbb.h"
7+#define HAVE_ARCH_STRUCT_FLOCK
8+#define HAVE_ARCH_STRUCT_FLOCK64
9 #include <linux/inotify.h>
10
11 static volatile smallint signalled;
This page took 0.023417 seconds and 4 git commands to generate.