From def36146b7d9452de92698234236e97cbed26185 Mon Sep 17 00:00:00 2001 From: Yura Pakhuchiy Date: Fri, 8 Jun 2007 13:46:10 +0300 Subject: [PATCH] Sparse 0.3 do not longer requires this workaround! --- include/ntfs/types.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/ntfs/types.h b/include/ntfs/types.h index 0e214128..ea156b27 100644 --- a/include/ntfs/types.h +++ b/include/ntfs/types.h @@ -35,10 +35,6 @@ #include #endif -#ifdef __CHECKER__ -typedef int __attribute__((__mode__(__DI__))) int64_t; -#endif - typedef uint8_t u8; /* Unsigned types of an exact size */ typedef uint16_t u16; typedef uint32_t u32;