History log of /openbmc/ipmitool/src/plugins/imb/imbapi.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 531569ec 17-Feb-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:373 - Fix compilation of IMB on Windows

Commit fixes compilation of IMB driver under Cygwin.
* don't redefine PAGESIZE if defined already
* fix missing include of <asm/socket.h> - required by IO

ID:373 - Fix compilation of IMB on Windows

Commit fixes compilation of IMB driver under Cygwin.
* don't redefine PAGESIZE if defined already
* fix missing include of <asm/socket.h> - required by IO calls

show more ...


# 6ca88cb6 23-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:354 - replace/drop caddr_t in IMB

Commit replaces caddr_t in IMB driver with char *. This is a wild guess
replacement, because caddr_t doesn't have to be char *. However, it shouldn't be
used and

ID:354 - replace/drop caddr_t in IMB

Commit replaces caddr_t in IMB driver with char *. This is a wild guess
replacement, because caddr_t doesn't have to be char *. However, it shouldn't be
used and so shouldn't mmap(). So we'll have to see how things work out.

http://computer-programming-forum.com/47-c-language/556a90938d01f023.htm

show more ...


# c18ec02f 05-Feb-2014 Petter Reinholdtsen <pere@hungry.com>

Move all files one level up in the file hierarcy, to avoid the useless ipmitool directory.