From owner-cvs-src@FreeBSD.ORG Sat May 3 14:09:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1847D37B401; Sat, 3 May 2003 14:09:32 -0700 (PDT) Received: from thalia.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB24D43FBF; Sat, 3 May 2003 14:09:30 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b207.otenet.gr [212.205.244.215]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h43L9PmX001698; Sun, 4 May 2003 00:09:28 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h43L9OoP004590; Sun, 4 May 2003 00:09:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h43L9Owb004589; Sun, 4 May 2003 00:09:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 4 May 2003 00:09:24 +0300 From: Giorgos Keramidas To: Mark Murray Message-ID: <20030503210924.GE3907@gothmog.gr> References: <20030503205500.GB3907@gothmog.gr> <200305032104.h43L4E8c021510@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305032104.h43L4E8c021510@grimreaper.grondar.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ls extern.h ls.c print.c util.c src/bin/pax ar_io.c ar_subs.c cache.c cpio.c extern.h gen_subs.c getoldopt.c options.c pat_rep.c pax.c pax.h src/bin/ps fmt.c src/bin/rcp rcp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 21:09:32 -0000 On 2003-05-03 22:04, Mark Murray wrote: >Giorgos Keramidas writes: >>On 2003-05-03 09:39, Mark Murray wrote: >>> Modified files: >>> bin/ls extern.h ls.c print.c util.c >>> [...] >>> Log: >>> Fix a bazillion warnings. This makes almost the whole of src/bin/* >>> WARNS=6, std=c99 clean. >> >> Now that you mentioned src/bin/... >> FWIW, my recent buildworlds break at bin/ps. > > How recent? Today's ps(1), rest of the world from last night. I'll CVSup and start another soon, but evn with your last change in 1.29 of ps/fmt.c the same warnigns about strftime formats are still there.