X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7b4f53959307e3434809f5dbc0ef5e0dbbb32005..221548ea735d938b83f081a654ba93fbb0de747a:/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)