X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Farith.h;h=a2abfe826c1e1f37b3a4c6b310753f004a7fa004;hb=643a8844a578ff146cfe746fe6091d29502b6c40;hp=2bc5ced92b02b352f7054506194d195f863dbf24;hpb=120e96c480fbfc5fa31fba0f59ba1a45953b838e;p=chaz%2Ftar diff --git a/src/arith.h b/src/arith.h index 2bc5ced..a2abfe8 100644 --- a/src/arith.h +++ b/src/arith.h @@ -1,9 +1,9 @@ /* Long integers, for GNU tar. - Copyright 1999 Free Software Foundation, Inc. + Copyright 1999, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -22,6 +22,6 @@ blocked in 1 kB boundaries. We'll need arbitrary precision arithmetic anyway once we get into the 2**64 range, so there's no point doing anything fancy before then. */ - + #define TARLONG_FORMAT "%.0f" typedef double tarlong;