X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FFlock.c;h=f20f6df7576d2c691e13e8809083b1eacbefcc0c;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hp=55d84fefd3396aa545a13665daae3facc07b654a;hpb=f2dfb330dfc756851edc4eecf828a435e7f5f279;p=gapil.git diff --git a/sources/Flock.c b/sources/Flock.c index 55d84fe..f20f6df 100644 --- a/sources/Flock.c +++ b/sources/Flock.c @@ -26,7 +26,7 @@ * * Usage: flock -h give all info's * - * $Id: Flock.c,v 1.3 2002/11/18 23:54:01 piccardi Exp $ + * $Id: Flock.c,v 1.5 2003/05/02 09:55:13 piccardi Exp $ * *****************************************************************************/ /* @@ -36,8 +36,10 @@ #include /* C standard library */ #include /* unix standard library */ #include /* standard I/O library */ -#include /* string functions */ -#include /* string functions */ +#include /* C strings library */ +#include /* file control functions */ + + /* user defined header */ #include "macros.h" /* some useful macros */