PERFORCE change 152974 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri Nov 14 08:42:28 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152974

Change 152974 by hselasky at hselasky_laptop001 on 2008/11/14 16:42:12

	
	Add missing inclusion protection.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/include/urio2_ioctl.h#5 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/include/urio2_ioctl.h#5 (text+ko) ====

@@ -22,6 +22,9 @@
 
 /*  $FreeBSD: src/sys/dev/usb2/include/urio2_ioctl.h,v 1.1 2008/11/04 02:31:03 alfred Exp $ */
 
+#ifndef _URIO2_IOCTL_H_
+#define	_URIO2_IOCTL_H_
+
 #include <sys/ioccom.h>
 
 struct RioCommand {
@@ -39,3 +42,5 @@
 
 #define	RIO_DIR_OUT               	        0x0
 #define	RIO_DIR_IN				0x1
+
+#endif					/* _URIO2_IOCTL_H_ */


More information about the p4-projects mailing list