Permit building on FreeBSD 4 with
jam -dx -sOSVER=4 p4
We needed to account for 2.95.3 not supporting
standard varargs macros.
We needed to ensure that sys/types.h was included
before sys/socket.h.
We needed to revive support for statfs(), since there
is no statvfs() on FreeBSD 4. Those changes are kinda
speculative.
The compiler reported problems with comparisons and
assignments between classes at different levels in
the inheritance tree. I was able to get the compiler
to accept the code, but I'm not sure if it will
behave properly.