From owner-cvs-all Sat Oct 27 19:45: 9 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 0A5EE37B401; Sat, 27 Oct 2001 19:45:05 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9S2j5X68787; Sat, 27 Oct 2001 19:45:05 -0700 (PDT) (envelope-from dillon) Message-Id: <200110280245.f9S2j5X68787@freefall.freebsd.org> From: Matt Dillon Date: Sat, 27 Oct 2001 19:45:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax cpio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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