fix compile
authorStephan Kulow <coolo@suse.de>
Tue, 13 Nov 2007 11:02:44 +0000 (11:02 +0000)
committerStephan Kulow <coolo@suse.de>
Tue, 13 Nov 2007 11:02:44 +0000 (11:02 +0000)
zypp/CapFactory.cc
zypp/base/Hash.h
zypp/parser/TagParser.cc

index 0cebed9..ccbc9bb 100644 (file)
@@ -15,7 +15,6 @@
 #include <map>
 
 #include <ext/hash_set>
-#include <ext/hash_fun.h>
 
 #include "zypp/base/Logger.h"
 #include "zypp/base/Exception.h"
index 3946a1b..dbd7e02 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <ext/hash_set>
 #include <ext/hash_map>
-#include <ext/hash_fun.h>
 
 ///////////////////////////////////////////////////////////////////
 namespace __gnu_cxx
index b206383..4019160 100644 (file)
@@ -126,7 +126,7 @@ namespace zypp
     std::string TagParser::errPrefix( const MultiTagPtr & tag_r,
                                      const std::string & msg_r ) const
     {
-      return str::form( "%s:%u:+%s (@%lu) | %s",
+      return str::form( "%s:%u:+%s (@%zd) | %s",
                        _inputname.c_str(),
                        tag_r->lineNo,
                        tag_r->asString().c_str(),