Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2005 13:12:29 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/usb usbdi.h
Message-ID:  <20050325131229.GA86701@FreeBSD.org>
In-Reply-To: <200503251249.j2PCnQLX046582@repoman.freebsd.org>
References:  <200503251249.j2PCnQLX046582@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050325131229.GA86701>