Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 02:19:03 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libfetch common.c
Message-ID:  <200210281019.g9SAJ399084840@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2002/10/28 02:19:03 PST

  Modified files:
    lib/libfetch         common.c 
  Log:
  Fix an off-by-one error (> where >= should have been used) which caused
  _fetch_writev() to incorrectly report EPIPE in certain cases.
  
  Also fix a number of const warnings by using __DECONST(), plus a signed /
  unsigned comparison by casting the rhs to ssize_t.
  
  Submitted by:   fenner, Craig Rodrigues <rodrigc@attbi.com>
  
  Revision  Changes    Path
  1.38      +5 -6      src/lib/libfetch/common.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?200210281019.g9SAJ399084840>