]> git.pld-linux.org Git - packages/busybox.git/blob - busybox-inotify.patch
- up for 1.12.2
[packages/busybox.git] / busybox-inotify.patch
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.03986 seconds and 3 git commands to generate.