From owner-cvs-all Thu Feb 22 9:47:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB3FA37B503; Thu, 22 Feb 2001 09:47:25 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1MHlPu23901; Thu, 22 Feb 2001 09:47:25 -0800 (PST) (envelope-from gshapiro) Message-Id: <200102221747.f1MHlPu23901@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 22 Feb 2001 09:47:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sendmail/src mci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/02/22 09:47:25 PST Modified files: contrib/sendmail/src mci.c Log: 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 Revision Changes Path 1.6 +2 -4 src/contrib/sendmail/src/mci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message