X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=dotlock.c;h=3f55d4033040d43245f0b8c7922a3e7f41dda82c;hp=118f53151c28ac081dfbde8c1a2e5b36f4a097d2;hb=1ee89902de184a640c171ae3285bff6882a791bd;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/dotlock.c b/dotlock.c index 118f531..3f55d40 100644 --- a/dotlock.c +++ b/dotlock.c @@ -8,23 +8,9 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include +#include -#include -#include -#include -#include #include -#include -#include -#include -#include #ifndef _POSIX_PATH_MAX #include @@ -55,12 +41,6 @@ # endif -# ifndef HAVE_SNPRINTF -extern int snprintf (char *, size_t, const char *, ...); -# endif - -#include - static int DotlockFlags; static int Retry = MAXLOCKATTEMPT;