X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=8178944c27dae95d2e95a7608a5d399a648c4a79;hp=24e5c0d7f68b3407ae5499314c6659d4b9d814ea;hb=0ac011f8eb41bab7808881ebf9802b4eb252fe3b;hpb=766fd6928123218aca635827248299ceeeb1d170 diff --git a/protos.h b/protos.h index 24e5c0d..8178944 100644 --- a/protos.h +++ b/protos.h @@ -345,11 +345,6 @@ int getdnsdomainname (char *, size_t); #define SCO #endif -/* SCO Unix uses chsize() instead of ftruncate() */ -#ifndef HAVE_FTRUNCATE -#define ftruncate chsize -#endif - #ifndef HAVE_SNPRINTF extern int snprintf (char *, size_t, const char *, ...); #endif