X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Finotify_monitor.c;h=60fa1035f8d5e4b2af625e92277c4648e3ecd8a1;hp=4d46f7e3eaec8ffc2e063300e1e937d6d32a02cf;hb=26f7a8bb19c6cb198c213757a97b6ac79e40db4b;hpb=492c6b5ca2c851077e63d3a53c9f735e854e8765 diff --git a/sources/inotify_monitor.c b/sources/inotify_monitor.c index 4d46f7e..60fa103 100644 --- a/sources/inotify_monitor.c +++ b/sources/inotify_monitor.c @@ -26,16 +26,16 @@ * Author: S. Piccardi Jul. 2007 * *****************************************************************************/ -#include -#include +#include /* primitive system data types */ +#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 /* string functions */ -#include /* fcntl function */ -#include /* ioctl function */ +#include /* C strings library */ +#include /* file control functions */ +#include /* ioctl syscall and constants */ #include "macros.h"