from netbsd:
authorderaadt <deraadt@openbsd.org>
Sun, 5 May 1996 16:15:28 +0000 (16:15 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 5 May 1996 16:15:28 +0000 (16:15 +0000)
commit3e225dc35f1219676faf4e955007aaace1160d74
tree64305c25f872b5eec3ad6f60f22bb984c7cf5e90
parente23feaf094b827483d7f18d8d6de91465c607979
from netbsd:
second argument to xdr_long must be a "long *", which means that the
'out' arg to svc_sendreply must point to a long if outproc is
xdr_long.  It was pointing to an 'int', and that was crashing on the
alpha, due to bad alignment.
usr.sbin/portmap/portmap.c