From owner-cvs-src@FreeBSD.ORG Fri Mar 25 13:16:15 2005 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 9DE8F16A4CE; Fri, 25 Mar 2005 13:16:15 +0000 (GMT) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id A818F43D69; Fri, 25 Mar 2005 13:16:14 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.254] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j2PDGBHY077064 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Mar 2005 14:16:12 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <42440F05.5000100@portaone.com> Date: Fri, 25 Mar 2005 15:15:49 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexey Dokuchaev References: <200503251249.j2PCnQLX046582@repoman.freebsd.org> <20050325131229.GA86701@FreeBSD.org> In-Reply-To: <20050325131229.GA86701@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on www.portaone.com X-Virus-Status: Clean cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/usb usbdi.h 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: Fri, 25 Mar 2005 13:16:15 -0000 Alexey Dokuchaev wrote: > On Fri, Mar 25, 2005 at 12:49:26PM +0000, Maxim Sobolev wrote: > >>sobomax 2005-03-25 12:49:26 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/usb usbdi.h >> Log: >> Protect against multiple inclusions. > > > We normally terminate such constructions with > > #endif /* !_FOO_H_ */ > > instead of just lonesome #endif. I know, but I don't think that it really matters. Feel free to do it if you feel like that, though. -Maxim