X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Finotify_monitor.c;h=60fa1035f8d5e4b2af625e92277c4648e3ecd8a1;hp=db3e6b2eb4e9182b4aa813929f65a56a64bed73a;hb=d451ac30382ae398b9a2242a4f82b3438affc8a7;hpb=31f55ec58bee8b2c4993633849b7da4e30cab222 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"