mux 2006-02-14 21:58:05 UTC FreeBSD projects repository
Modified files: csup proto.c Log: Stop using inet_ntop() for printing the intenet address. I was using it completely wrong since it doesn't accept a struct sockaddr *, but expects a struct in_addr *. It is thus not generic enough for my needs anyways. Use the getnameinfo() API with NI_NUMERICHOST to get the ASCII address in a more generic (and working!) way. Revision Changes Path 1.67 +5 -11 projects/csup/proto.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"