PERFORCE change 146839 for review

Hans Petter Selasky hselasky at FreeBSD.org
Thu Aug 7 13:53:42 UTC 2008


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

Change 146839 by hselasky at hselasky_laptop001 on 2008/08/07 13:53:02

	
	We only need the videodev.h file to support Video4Linux 2.
	Correct an include file.

Affected files ...

.. //depot/projects/usb/src/sys/sys/videodev.h#6 edit
.. //depot/projects/usb/src/sys/sys/videokern.h#6 delete

Differences ...

==== //depot/projects/usb/src/sys/sys/videodev.h#6 (text+ko) ====

@@ -40,7 +40,7 @@
 #ifndef _SYS_VIDEODEV_H_
 #define	_SYS_VIDEODEV_H_
 
-#include <sys/types.h>
+#include <sys/stdint.h>
 #include <sys/time.h>
 
 #if !defined(__user)


More information about the p4-projects mailing list