Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Wed, 1 May 1996 14:20:15 -0400 (EDT)
cgd
Wed May 1 14:10:30 EDT 1996
Update of /a/cvsroot/src/usr.sbin/portmap
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv7598
Modified Files:
portmap.c
Log Message:
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.
cgd
Wed May 1 14:14:15 EDT 1996
Update of /a/cvsroot/src/usr.bin/showmount
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv7741
Modified Files:
showmount.c
Log Message:
fix usage message, clean up RPC error printing.
Home |
Main Index |
Thread Index |
Old Index