CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/04 12:18:36
Modified files:
sys/dev : ipmi.c
Log message:
format string fix for bus_space_tag_t
bus_space_tag_t is a pointer everywhere, except on i386, where it's an int.
Cast to long.
ok kettenis@
'Right idiom' deraadt@
