Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 1999 07:37:14 -0700 (PDT)
From:      Sheldon Hearn <sheldonh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/wc wc.c
Message-ID:  <199908061437.HAA02240@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sheldonh    1999/08/06 07:37:13 PDT

  Modified files:
    usr.bin/wc           wc.c 
  Log:
  Fix integer overflow for files containing more than 4GB by using
  u_quad_int instead of u_long for counters. (NetBSD's rev 1.15 - 1.18)
  
  Deprecate register. (NetBSD's rev 1.13)
  
  The diffs from NetBSD were not applied verbatim, because we don't care
  about NO_QUAD right now.
  
  PR:	12959
  Reported by:	Nicholas Barnes <nb@ravenbrook.com>
  Obtained from:	NetBSD
  
  Revision  Changes    Path
  1.9       +16 -15    src/usr.bin/wc/wc.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?199908061437.HAA02240>