Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / sources / inotify_monitor.c
index db3e6b2eb4e9182b4aa813929f65a56a64bed73a..60fa1035f8d5e4b2af625e92277c4648e3ecd8a1 100644 (file)
 #include <sys/stat.h>    /* file characteristics constants and functions */
 #include <sys/inotify.h> /* Linux inotify interface */
 #include <stdlib.h>      /* C standard library */
-#include <unistd.h>      /* Unix standard library */
+#include <unistd.h>      /* unix standard library */
 #include <errno.h>       /* error definitions and routines */ 
 #include <stdio.h>       /* standard I/O library */
 #include <string.h>      /* C strings library */
 #include <fcntl.h>       /* file control functions */
-#include <sys/ioctl.h>   /* ioctl function */
+#include <sys/ioctl.h>   /* ioctl syscall and constants */
 
 
 #include "macros.h"