Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2006 14:51:27 -0800
From:      Luigi Rizzo <rizzo@icir.org>
To:        current@freebsd.org
Subject:   sys/dev/usb/usbdi_util.h not protected from multiple includes ?
Message-ID:  <20061227145127.B67280@xorpc.icir.org>

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



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