freebsd-dev/sys/compat/linuxkpi/common
Conrad Meyer 3b383c9ede linuxkpi/sysfs.h: Cast arg2 through intptr_t to avoid GCC warning
The code compiles fine under Clang, but GCC on PPC is less permissive about
integer and pointer sizes.  (An intmax_t is clearly *large enough* to hold a
pointer value.)

Another follow-up to r290475.

Reported by:	jhibbits
Sponsored by:	EMC / Isilon Storage Division
2015-11-09 16:50:42 +00:00
..
include linuxkpi/sysfs.h: Cast arg2 through intptr_t to avoid GCC warning 2015-11-09 16:50:42 +00:00
src