"Tony Hoyle" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Anthony Williams wrote: > > > openssh/openbsd-compat/inet_aton.c and friends (openssh-3.0.2p1) > > > OK I've added these. With any luck it'll work now...
protocols/common.h needs to include fake-inet_aton.h not the fake-inet_aton.c fake-inet_aton.h uses struct in_addr, so needs to include netinet/in.h first (and anything that needs) fake-inet_aton.c uses u_int32_t, which is a typedef to uint32_t in openssh, but missing in CVSNT. After all that, it builds, but: 82:anthwil@Oscar 191> cvs -d :pserver:anthwil@anthwil-2:/d//cvsroot login Logging in to :pserver:anthwil@anthwil-2:2401/d//cvsroot CVS password: cvs [login aborted]: Failed to store password Anthony -- Anthony Williams Software Engineer, Nortel Networks Optical Components Ltd The opinions expressed in this message are not necessarily those of my employer _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
