From: David Levine Date: Sat, 25 Feb 2006 14:14:06 +0000 (+0000) Subject: * uip/sendsbr.c: replaced st_mtim with st_mtime, that's what X-Git-Tag: nmh-1_3_RC1~52 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=d2da15ecabb03fb2de72863abdf5f21e52fdf329 * uip/sendsbr.c: replaced st_mtim with st_mtime, that's what it should have been. Added #include of h/tws.h to pick up dtime() prototype. --- diff --git a/ChangeLog b/ChangeLog index 2e6103c..7dfd16a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-25 David Levine + + * uip/sendsbr.c: replaced st_mtim with st_mtime, that's what + it should have been. Added #include of h/tws.h to pick up + dtime() prototype. + 2006-02-20 David Levine * h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c, diff --git a/uip/sendsbr.c b/uip/sendsbr.c index a43627f..cc15a0f 100644 --- a/uip/sendsbr.c +++ b/uip/sendsbr.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #ifdef TIME_WITH_SYS_TIME @@ -498,7 +499,7 @@ make_mime_composition_file_entry(char *file_name, int attachformat) (void) fprintf (composition_file, "#%s <>{attachment; modification-date=\"%s\"}", content_type, - dtime (&st.st_mtim, 0)); + dtime (&st.st_mtime, 0)); break; default: