[BusyBox 0006354]: inotifyd won't compile with 2.6.27.* kernel headers

bugs at busybox.net bugs at busybox.net
Mon Nov 17 03:04:51 UTC 2008


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=6354 
====================================================================== 
Reported By:                Patrick Verner
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   6354
Category:                   Standards Compliance
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-16-2008 19:04 PST
Last Modified:              11-16-2008 19:04 PST
====================================================================== 
Summary:                    inotifyd won't compile with 2.6.27.* kernel headers
Description: 
Changing

#include <linux/inotify.h>

to

#include <sys/inotify.h>

Fixes the issue. I'm not the sharpest C programmer in shed, but I don't
think inotifyd.c needs to use the linux headers. The sys one seems to
eliminate the conflicts.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-16-08 19:04  Patrick Verner New Issue                                    
11-16-08 19:04  Patrick Verner Status                   new => assigned     
11-16-08 19:04  Patrick Verner Assigned To               => BusyBox         
======================================================================




More information about the busybox-cvs mailing list