BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005574 [BusyBox] Other minor always 10-19-08 12:24 10-27-08 08:07
Reporter dvv View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0005574: inotifyd fails to compile
Description With recent kernel headers inotifyd fails to compile. The following patch fixes this.

--- busybox.orig/miscutils/inotifyd.c Fri Sep 12 18:59:07 2008
+++ busybox/miscutils/inotifyd.c Sun Oct 19 23:34:51 2008
@@ -28,7 +28,11 @@
  */

 #include "libbb.h"
+#define HAVE_ARCH_STRUCT_FLOCK 1
+#define HAVE_ARCH_STRUCT_FLOCK64 1
 #include <linux/inotify.h>
+#undef HAVE_ARCH_STRUCT_FLOCK64
+#undef HAVE_ARCH_STRUCT_FLOCK

 static const char mask_names[] ALIGN1 =
        "a" // 0x00000001 File was accessed


Regards,
Vladimir
Additional Information
Attached Files

- Relationships

- Notes
(0014304)
vda
10-27-08 05:20

doesn't look like a clean solution. Are you sure it's not a breakage on kernel/libc side?
 
(0014364)
vda
10-27-08 08:07

fixed in svn sometime ago
 

- Issue History
Date Modified Username Field Change
10-19-08 12:24 dvv New Issue
10-19-08 12:24 dvv Status new => assigned
10-19-08 12:24 dvv Assigned To  => BusyBox
10-27-08 05:20 vda Note Added: 0014304
10-27-08 08:07 vda Status assigned => closed
10-27-08 08:07 vda Note Added: 0014364
10-27-08 08:07 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker