diff options
author | Nikola Pajkovsky <npajkovs@redhat.com> | 2009-11-03 12:15:55 +0100 |
---|---|---|
committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2009-11-03 12:15:55 +0100 |
commit | e8eefb19c47a7f4e7481d1f6460f8632e09bd76e (patch) | |
tree | 35660112ef5fc041d5ad3719f91d36f9b24ba1c5 /lib/Utils/DebugDump.h | |
parent | a5671452a511f992cd0e74c66da05e85c999d63f (diff) | |
download | abrt-e8eefb19c47a7f4e7481d1f6460f8632e09bd76e.tar.gz abrt-e8eefb19c47a7f4e7481d1f6460f8632e09bd76e.tar.xz abrt-e8eefb19c47a7f4e7481d1f6460f8632e09bd76e.zip |
kerneloop has uid = -1 new
Diffstat (limited to 'lib/Utils/DebugDump.h')
-rw-r--r-- | lib/Utils/DebugDump.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h index 687bac7..fae6420 100644 --- a/lib/Utils/DebugDump.h +++ b/lib/Utils/DebugDump.h @@ -25,6 +25,7 @@ #include <string> #include <dirent.h> +#include <stdint.h> #define FILENAME_ARCHITECTURE "architecture" #define FILENAME_KERNEL "kernel" @@ -60,7 +61,7 @@ class CDebugDump ~CDebugDump() { Close(); } void Open(const std::string& pDir); - void Create(const std::string& pDir, uid_t nUID); + void Create(const std::string& pDir, uint64_t uid); void Delete(); void Close(); |