summaryrefslogtreecommitdiff
path: root/usr.sbin/portmap/portmap.c
AgeCommit message (Collapse)Author
1996-07-01whoopsTheo de Raadt
1996-06-29multiple receivers, port checking. testing help from bitbltTheo de Raadt
1996-05-05from netbsd:Theo de Raadt
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.
1995-10-18initial import of NetBSD treeTheo de Raadt