cvs commit: src/sys/dev/usb usbdi.h

Alexey Dokuchaev danfe at FreeBSD.org
Fri Mar 25 05:12:29 PST 2005


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


More information about the cvs-all mailing list