Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / sources / LockFile.c
index 5fe7c3b7099a5d6b6491e3c8a65aaafee3066e35..87c02a1b80c31b1590df4b78a6ccc32882744214 100644 (file)
  *
  * Author: S. Piccardi, Dec 2002
  *
- * $Id: LockFile.c,v 1.2 2002/12/03 22:30:11 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:
  *