Date: Wed, 08 May 2002 13:05:16 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Mark Murray <markm@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/at Makefile at.c panic.c panic.h parsetime.c perm.c perm.h Message-ID: <7mvg9zwagz.wl@black.imgsrc.co.jp> In-Reply-To: <200112021226.fB2CQIY39647@freefall.freebsd.org> References: <200112021226.fB2CQIY39647@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At Sun, 2 Dec 2001 04:26:18 -0800 (PST), Mark Murray wrote: > Log: > WARNS=2 fixup. Is this expected chage? =================================================================== RCS file: /pub/cvs/FreeBSD/src/usr.bin/at/at.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- src/usr.bin/at/at.c 2001/09/01 07:35:25 1.20 +++ src/usr.bin/at/at.c 2001/12/02 12:26:18 1.21 @@ -496,7 +497,7 @@ list_jobs() runtimer = 60*(time_t) ctm; runtime = *localtime(&runtimer); - strftime(timestr, TIMESIZE, "%X %x", &runtime); + strftime(timestr, TIMESIZE, "%+", &runtime); if (first) { printf("Date\t\t\tOwner\tQueue\tJob#\n"); first=0; -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mvg9zwagz.wl>