X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsgchk.c;h=e2707d330fcc0d74fa82de4ef5b69692664ae310;hb=2e5668919988fce4e523cbf2294698841b1106a0;hp=5e10ad33f826eb173d84614cfcb8253153666847;hpb=d3540eaa4251b3a282115a72ed5d1bb39ce74b3f;p=mmh diff --git a/uip/msgchk.c b/uip/msgchk.c index 5e10ad3..e2707d3 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -7,7 +7,6 @@ */ #include -#include #include #include @@ -32,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) @@ -233,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"); }