X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsmtp%2Fsmtp.c;h=da02701f50ba34fc587296a4088f566b88f9f782;hp=63aef407bbf7f0fc96cd6c70a317cf6cb1dd2762;hb=35c228531bc8e00d43be590255df9408a4fcbe19;hpb=7b4f53959307e3434809f5dbc0ef5e0dbbb32005 diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index 63aef40..da02701 100644 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -959,7 +959,7 @@ bad_data: free (cp); { -#ifdef HAVE_ST_BLKSIZE +#ifdef HAVE_STRUCT_STAT_ST_BLKSIZE struct stat st; if (fstat (fileno (sm_wfp), &st) == NOTOK || (cc = st.st_blksize) < BUFSIZ)