CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/16 23:48:33
Modified files:
sys/sys : videoio.h
Log message:
Avoid __u8, __u16, __u32, __u64, __s32, __s64, and __le32 and use standard
types instead. Keep whitespace formatting to ease potential future syncs with
corresponding Linux headers.
Suggested by deraadt@.
