]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Various string fields for certain cpio types are 11 rather then 8
authordillon <dillon@FreeBSD.org>
Sun, 28 Oct 2001 02:45:04 +0000 (02:45 +0000)
committerdillon <dillon@FreeBSD.org>
Sun, 28 Oct 2001 02:45:04 +0000 (02:45 +0000)
commit6ce5111d955031ec46102b3c55241af72e9fb411
tree2d95881bdf0afca4876a73dd2a8be57a861f920a
parent5bb0a362e0fa4fcd82ab8c2b1490780699992218
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
bin/pax/cpio.c