]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.c
Fix the AC_PATH_PROG default when vi isn't found during build.
[nmh] / mts / smtp / smtp.c
index 63aef407bbf7f0fc96cd6c70a317cf6cb1dd2762..da02701f50ba34fc587296a4088f566b88f9f782 100644 (file)
@@ -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)