sys/dev/usb/usbdi_util.h not protected from multiple includes ?

From: Luigi Rizzo <rizzo_at_icir.org>
Date: Wed, 27 Dec 2006 14:51:27 -0800
Just noticed (on stable while building a kernel module, but this
affects current as well) that  sys/dev/usb/usbdi_util.h is
not protected from multiple includes - i.e. it doesn't have
the

	#ifndef _USBDI_UTIL_H
	#define _USBDI_UTIL_H
	...
	#endif

wrapper around it.
Any objection if i commit it ?

	cheers
	luigi
Received on Wed Dec 27 2006 - 22:16:25 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:04 UTC