diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2010-02-05 11:06:31 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2010-02-05 11:06:31 +0100 |
| commit | baea7d877d3cf69679a39e8512a120658a478073 (patch) | |
| tree | 37c9a98cb3d3a322f3f91c8ca656ccd6bd2eaebe /libarchive/libarchive-2.7.1/build/cmake/CheckFileOffsetBits.c | |
| parent | e42a4ff3031aa1c1aaf27aa34d9395fec185924b (diff) | |
| download | tuxcmd-modules-baea7d877d3cf69679a39e8512a120658a478073.tar.xz | |
Rebase libarchive to 2.8.0
Diffstat (limited to 'libarchive/libarchive-2.7.1/build/cmake/CheckFileOffsetBits.c')
| -rw-r--r-- | libarchive/libarchive-2.7.1/build/cmake/CheckFileOffsetBits.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libarchive/libarchive-2.7.1/build/cmake/CheckFileOffsetBits.c b/libarchive/libarchive-2.7.1/build/cmake/CheckFileOffsetBits.c deleted file mode 100644 index d948fec..0000000 --- a/libarchive/libarchive-2.7.1/build/cmake/CheckFileOffsetBits.c +++ /dev/null @@ -1,14 +0,0 @@ -#include <sys/types.h> - -#define KB ((off_t)1024) -#define MB ((off_t)1024 * KB) -#define GB ((off_t)1024 * MB) -#define TB ((off_t)1024 * GB) -int t2[(((64 * GB -1) % 671088649) == 268434537) - && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1]; - -int main() -{ - ; - return 0; -} |
