Subject: Re: sparc todo list
To: Theo Deraadt <deraadt@fsa.ca>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 11/27/1993 23:34:05
> make ypbind binding files the same format as sun's -- whatever the hell that is
> 

It's something like this:
struct binding {
	u_short		local_ypbind_port;
	long		unknown;
	struct in_addr	ypserv_ip_addr;
	u_short		ypserv_port;
	short		unknown;
};

The two `unknown' fields are the tricky parts :-)

-pk

------------------------------------------------------------------------------