Introduction - If you have any usage issues, please Google them yourself
Fairly straightforward port. Only a few changes:
1. Changed man1 to man.1, etc in Makefile to conform to SCO convention.
2. Added-Dsco to Makefile for following checks:
a. We don t want stdio.h in file.h
b. We do want stdio.h in internat.c
I see the warning
"file.c", line 346: warning: argument is incompatible with prototype: arg#2
When I run the make. I ignored it.
That s about all.