From 14ef0cfe72faf6696df3ef8f42927e9458ccbeeb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 11 Jan 2010 07:22:13 +0100 Subject: *: misc fixes Signed-off-by: Denys Vlasenko --- lib/Utils/DebugDump.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Utils/DebugDump.h') diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h index c59552e..ce515db 100644 --- a/lib/Utils/DebugDump.h +++ b/lib/Utils/DebugDump.h @@ -62,7 +62,7 @@ class CDebugDump ~CDebugDump(); void Open(const char *pDir); - void Create(const char *pDir, int64_t uid); + void Create(const char *pDir, uid_t uid); void Delete(); void Close(); -- cgit