K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-02-22T17:47:24.000000Z K 7 svn:log V 374 Return to the code as distributed by sendmail.org. This eliminates a warning on Alphas. It is still not the perfect solution for machines which sizeof(u_long) != sizeof(void *) but it is as close as we are going to get for now and consistent with the rest of the code. 8.12 has solved this problem by providing a portable snprintf() which understands %p. PR: bin/14142 END