Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2001 19:45:04 -0700 (PDT)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/pax cpio.c
Message-ID:  <200110280245.f9S2j5X68787@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2001/10/27 19:45:04 PDT

  Modified files:
    bin/pax              cpio.c 
  Log:
  Various string fields for certain cpio types are 11 rather then 8
  characters.  Use quad conversion functions rather then long conversion
  where appropriate to handle the available range.  Mainly fixes time_t
  but there was also a st_size ulong conversion in there that has to be
  quad or cpio cannot be used to copy files > 2G.
  
  MFC after:	1 day
  
  Revision  Changes    Path
  1.15      +16 -7     src/bin/pax/cpio.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?200110280245.f9S2j5X68787>