From owner-freebsd-audit Fri Sep 28 9:41:23 2001 Delivered-To: freebsd-audit@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id 9D6DC37B408 for ; Fri, 28 Sep 2001 09:41:19 -0700 (PDT) Received: (from mike@localhost) by coffee.q9media.com (8.11.6/8.11.6) id f8SGflK14443; Fri, 28 Sep 2001 12:41:47 -0400 (EDT) (envelope-from mike) Date: Fri, 28 Sep 2001 12:41:47 -0400 From: Mike Barcroft To: "Sergey A. Osokin" Cc: audit@FreeBSD.ORG Subject: Re: iostat(8) WARNS=2 cleanup Message-ID: <20010928124147.E12254@coffee.q9media.com> References: <20010927225814.A46080@freebsd.org.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010927225814.A46080@freebsd.org.ru>; from osa@freebsd.org.ru on Thu, Sep 27, 2001 at 10:58:14PM +0400 Organization: The FreeBSD Project Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan identified all of the problems, expect this one: Sergey A. Osokin writes: > diff -ruN iostat.orig/Makefile iostat/Makefile > --- iostat.orig/Makefile Mon Sep 24 13:20:34 2001 > +++ iostat/Makefile Mon Sep 24 12:58:56 2001 > @@ -8,4 +8,6 @@ > LDADD= -lkvm -ldevstat -lm > MAN= iostat.8 > > +WARNS?= 2 > + > .include WARNS?= belongs directly below PROG= in this case. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message