[1574] in NetBSD-Development
Re: NetBSD + klpc
daemon@ATHENA.MIT.EDU (Dan Winship)
Wed Feb 11 14:11:19 1998
Date: Wed, 11 Feb 1998 14:04:26 -0500
From: Dan Winship <danw@MIT.EDU>
To: jmorzins@MIT.EDU
Cc: ops@MIT.EDU, netbsd-dev@MIT.EDU
In-Reply-To: <199802110533.AAA09949@snorklewacker.mit.edu> (jmorzins@MIT.EDU)
The problem is that klpc is call ntohs on the port returned by
getservbyname, which is already in network byte order. So this will
only show up on a little-endian box that has klpc in its /etc/services
file. (ie, source-sipb boxes).
Ops: I tried to fix this, but the klpc source doesn't build correctly
at the moment...
-- Dan