From owner-cvs-all Tue May 7 21: 5:33 2002 Delivered-To: cvs-all@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 4844A37B401; Tue, 7 May 2002 21:05:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 1ADC424D1C; Wed, 8 May 2002 13:05:27 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 3B95224D02; Wed, 8 May 2002 13:05:18 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id 822881E46E4; Wed, 8 May 2002 13:05:16 +0900 (JST) Date: Wed, 08 May 2002 13:05:16 +0900 Message-ID: <7mvg9zwagz.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Mark Murray 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 In-Reply-To: <200112021226.fB2CQIY39647@freefall.freebsd.org> References: <200112021226.fB2CQIY39647@freefall.freebsd.org> User-Agent: Wanderlust/2.9.10 (Unchained Melody) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS on ns.imgsrc.co.jp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message