Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / sources / LockFile.c
index 5bdc4a36cc30634aabee393d3bfbda8d67951784..87c02a1b80c31b1590df4b78a6ccc32882744214 100644 (file)
  *
  * Author: S. Piccardi, Dec 2002
  *
- * $Id: LockFile.c,v 1.4 2003/05/02 09:55:14 piccardi Exp $
- *
  *****************************************************************************/
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>                               /* unix standard functions */
-#include <fcntl.h>                          /* file control (lock) functions */
+#include <sys/types.h>   /* primitive system data types */
+#include <sys/stat.h>    /* file characteristics constants and functions */
+#include <unistd.h>      /* unix standard library */
+#include <fcntl.h>       /* file control functions */
 /*
  * Function LockFile:
  *