From owner-cvs-all Sat Sep 15 3:54:19 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 5829437B417; Sat, 15 Sep 2001 03:52:46 -0700 (PDT) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id F28023E28; Sat, 15 Sep 2001 03:52:40 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id E19623C12E; Sat, 15 Sep 2001 03:52:40 -0700 (PDT) To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libatm atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c timer.c In-Reply-To: <200109150342.f8F3gBs64706@freefall.freebsd.org>; from dillon@FreeBSD.org on "Fri, 14 Sep 2001 20:42:10 -0700 (PDT)" Date: Sat, 15 Sep 2001 03:52:35 -0700 From: Dima Dorfman Message-Id: <20010915105240.F28023E28@bazooka.unixfreak.org> 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 Matt Dillon wrote: > dillon 2001/09/14 20:42:10 PDT > > Modified files: > lib/libatm atm_addr.c cache_key.c ioctl_subr.c > ip_addr.c ip_checksum.c timer.c > Log: > Convert a library to use the new __FBSDID()'s for testing and review > purposes. ... > Index: src/lib/libatm/timer.c > diff -u src/lib/libatm/timer.c:1.3 src/lib/libatm/timer.c:1.4 > --- src/lib/libatm/timer.c:1.3 Fri Aug 27 16:58:05 1999 > +++ src/lib/libatm/timer.c Fri Sep 14 20:42:10 2001 > @@ -36,6 +36,7 @@ > */ > > #include > +#include > #include > #include > #include I think this part is wrong, or at least unnecessary. " includes , and it's okay to depend on that," says style(9). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message