X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2Finotify_monitor.c;h=60fa1035f8d5e4b2af625e92277c4648e3ecd8a1;hb=eba75c4aaf390ff55ad6697ab80d4c1512ea2f39;hp=db3e6b2eb4e9182b4aa813929f65a56a64bed73a;hpb=31f55ec58bee8b2c4993633849b7da4e30cab222;p=gapil.git diff --git a/sources/inotify_monitor.c b/sources/inotify_monitor.c index db3e6b2..60fa103 100644 --- a/sources/inotify_monitor.c +++ b/sources/inotify_monitor.c @@ -30,12 +30,12 @@ #include /* file characteristics constants and functions */ #include /* Linux inotify interface */ #include /* C standard library */ -#include /* Unix standard library */ +#include /* unix standard library */ #include /* error definitions and routines */ #include /* standard I/O library */ #include /* C strings library */ #include /* file control functions */ -#include /* ioctl function */ +#include /* ioctl syscall and constants */ #include "macros.h"