X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FLockFile.c;h=87c02a1b80c31b1590df4b78a6ccc32882744214;hp=5bdc4a36cc30634aabee393d3bfbda8d67951784;hb=HEAD;hpb=b1ead1b930038e4f7cd6ee7f737d7ee4699a068c diff --git a/sources/LockFile.c b/sources/LockFile.c index 5bdc4a3..87c02a1 100644 --- a/sources/LockFile.c +++ b/sources/LockFile.c @@ -23,13 +23,11 @@ * * Author: S. Piccardi, Dec 2002 * - * $Id: LockFile.c,v 1.4 2003/05/02 09:55:14 piccardi Exp $ - * *****************************************************************************/ -#include -#include -#include /* unix standard functions */ -#include /* file control (lock) functions */ +#include /* primitive system data types */ +#include /* file characteristics constants and functions */ +#include /* unix standard library */ +#include /* file control functions */ /* * Function LockFile: *