[1934] in Athena Bugs
C library (RT): xdr_stdio.c
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Mon Mar 20 11:28:07 1989
Date: Mon, 20 Mar 89 11:27:42 EST
From: Ken Raeburn <raeburn@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
The source for xdr_stdio.c does not include the necessary header files
to bring in the definition of htonl() on either machine. Since it is
indeed an external procedure on the vax, it's not a problem there, but
it's always used as a macro on the RT; the procedure does not exist,
but it tries to reference it.
-- Ken