X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7b4f53959307e3434809f5dbc0ef5e0dbbb32005..8a5d5abeee6212629a14bd80abe2c97a07d609fb:/mts/smtp/smtp.c?ds=sidebyside 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)