SCSI Pass-Through Programmer's Guide
LIBIO.H
Bug fixed in /usr/include/sys/libIO.h
File /usr/include/sys/libIO.h has the following include statement at the beginning:
#ifndef MPEIX
#include </sys/ioparams.h>
#else
#include <ioparams.h>
#endif
The leading / in the path under the MPEIX inclusion is incorrect. This / makes the path
absolute and file /sys/ioparams.h is non existent on MPE systems. This will hence result in a
compilation error. The compilation will succeed if the leading / is removed.
The leading / has been removed and the updated header file is available via patch
MPENX01A. This patch copies the header file to H.SYS and also includes a custom install
job (IHFNX01) that copies this file to the HFS directory /usr/include/sys.
- 16 -