Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Disable usage of XXHASH for now
Baptiste Daroussin committed 10 years ago
commit 78928ad5bdd039f399547cf8ad46938b5e138e8b
parent aab21b1
1 file changed +5 -5
modified libpkg/private/pkg.h
@@ -202,11 +202,11 @@ struct pkg_repo_it;
struct pkg_repo;
struct pkg_message;

-
KHASH_MAP_INIT_STRING(pkg_deps, struct pkg_dep *);
-
KHASH_MAP_INIT_STRING(pkg_files, struct pkg_file *);
-
KHASH_MAP_INIT_STRING(pkg_dirs, struct pkg_dir *);
-
KHASH_MAP_INIT_STRING(pkg_config_files, struct pkg_config_file *);
-
KHASH_MAP_INIT_STRING(strings, char *);
+
KHASH_MAP_INIT_STR(pkg_deps, struct pkg_dep *);
+
KHASH_MAP_INIT_STR(pkg_files, struct pkg_file *);
+
KHASH_MAP_INIT_STR(pkg_dirs, struct pkg_dir *);
+
KHASH_MAP_INIT_STR(pkg_config_files, struct pkg_config_file *);
+
KHASH_MAP_INIT_STR(strings, char *);

struct pkg {
	bool		 direct;