[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-ntfs-cvs
Subject:    [Linux-NTFS-cvs] CVS: ntfsprogs/include/ntfs types.h,1.18,1.19
From:       Yura Pakhuchiy <yura () delta357 ! server4you ! de>
Date:       2006-12-12 20:27:35
Message-ID: E1GuEDv-0002me-8u () delta357 ! server4you ! de
[Download RAW message or body]


Changes by: yura

Update of /cvs/linux-ntfs/ntfsprogs/include/ntfs
In directory delta357:/tmp/cvs-serv10644/include/ntfs

Modified Files:
	types.h 
Log Message:
Workaround for this bogus s64 warnings. Thanks, Linus!


Index: types.h
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/include/ntfs/types.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- types.h	12 Dec 2006 15:02:25 -0000	1.18
+++ types.h	12 Dec 2006 20:27:32 -0000	1.19
@@ -35,6 +35,10 @@
 #include <sys/types.h>
 #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;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linux-NTFS-cvs mailing list
Linux-NTFS-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-ntfs-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic