]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
libcgroup: Change variables to *printf/*scanf to use inttypes.h
authorDhaval Giani <dhaval@linux.vnet.ibm.com>
Fri, 5 Sep 2008 18:47:57 +0000 (18:47 +0000)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Fri, 5 Sep 2008 18:47:57 +0000 (18:47 +0000)
commiteb6cf0c1d25837f4816e0a253a46118bfb05baef
tree263f50b0525d7d2820029aa675534bbf085230a4
parentf1abecc154b7be8741c8f53c6045b987391417e2
libcgroup: Change variables to *printf/*scanf to use inttypes.h

Instead of using %lu and so on, use the inttype.h macro to define
types. Will ensure compatibility across platforms.

Please review more closely.

Tested by compiling with and without -m32 on a 64 bit system.

Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@176 4f4bb910-9a46-0410-90c8-c897d4f1cd53
wrapper.c