While compiling OpenSSH 1.0.1h on Nonstop (the OS for Tandem machines) I received the following error:
c89 -DMONOLITH -I.. -I../include -Ww -D__TANDEM -D_XOPEN_SOURCE
-D_XOPEN_SOURCE_EXTENDED=1 -D_TANDEM_SOURCE -DB_ENDIAN -c -o ca.o ca.c
# include <sys/file.h>
^
"/home/devbuild/openssl-1.0.1h/apps/ca.c", line 86: error(1003): could not
open source file "sys/file.h"
1 catastrophic error detected in the compilation of "ca.c".
Compilation terminated.
c89: /usr/lib/cfe exited, returning 4.
make[1]: *** [ca.o] Error 1
To correct this I changed the code with the attached context diff.
________________________________
Wayne D. T. Johnson
Staff Specialist Product Developer
BMC Software
phone: 952.345.8628
BMC 5 digit: 58628
fax: 952.345.8721
1600 Tower, Suite 450
1600 Utica Av. So.
St. Louis Park, MN 55416
[BMC Software]<http://www.bmc.com/>
diff
Description: Binary data
