| Anonymous | Login | Signup for a new account | 11-10-2008 13:41 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
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 |
| Copyright © 2000 - 2006 Mantis Group |