X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsgchk.c;h=e2707d330fcc0d74fa82de4ef5b69692664ae310;hb=12fc1bc3b016c93fa00712de76a286c09dc1ee39;hp=932da20634c5e7d0eaf2808a79214faf34f220c7;hpb=33dc8211a72df0c27fa11220f3b27583cd1c7e49;p=mmh diff --git a/uip/msgchk.c b/uip/msgchk.c index 932da20..e2707d3 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -31,7 +31,6 @@ static struct swit switches[] = { */ #define MAXVEC 51 -#define NT_NONE 0x0 #define NT_MAIL 0x1 #define NT_NMAI 0x2 #define NT_ALL (NT_MAIL | NT_NMAI) @@ -232,7 +231,7 @@ checkmail(char *user, int datesw, int notifysw, int personal) if (notifysw) { if (datesw && st.st_atime) { - printf("; last read on %s", dtime(&st.st_atime, 1)); + printf("; last read on %s", dtime(&st.st_atime)); } printf("\n"); }