projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tdb2: save open_flags instead of mmap_flags.
[ccan]
/
tools
/
ccan_depends.c
diff --git
a/tools/ccan_depends.c
b/tools/ccan_depends.c
index 0c46173f06a7987a72e6f5b376d2e96d7269b89e..4dda6fa274d65965daaceb4707b377b8bc1989ff 100644
(file)
--- a/
tools/ccan_depends.c
+++ b/
tools/ccan_depends.c
@@
-37,10
+37,11
@@
int main(int argc, char *argv[])
errx(1, "--non-ccan needs --compile");
if (compile)
errx(1, "--non-ccan needs --compile");
if (compile)
- deps = get_deps(talloc_autofree_context(), argv[1], recurse);
+ deps = get_deps(talloc_autofree_context(), argv[1],
+ recurse, NULL);
else
else
- deps = get_safe_ccan_deps(talloc_autofree_context(),
argv[1],
- recurse);
+ deps = get_safe_ccan_deps(talloc_autofree_context(),
+
argv[1],
recurse);
for (i = 0; deps[i]; i++)
if (strstarts(deps[i], "ccan/") == ccan)
for (i = 0; deps[i]; i++)
if (strstarts(deps[i], "ccan/") == ccan)