Sebastian Plotz wrote: > Is there a difference between using the header files from the kernel > (for example /usr/include/linux/inotify.h) or the header files from > glibc (/usr/include/sys/inotify.h)?
Yes. The kernel headers include definitions for the kernel only. Don't use the kernel headers for applications or utilities. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
