Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2001 09:47:25 -0800 (PST)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/sendmail/src mci.c
Message-ID:  <200102221747.f1MHlPu23901@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102221747.f1MHlPu23901>