X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7b4f53959307e3434809f5dbc0ef5e0dbbb32005..7d327ff038f743228a91fd53fa4c8f47c5c44e96:/mts/smtp/smtp.c diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index 63aef407..da02701f 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)