projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
net: add async operation helpers.
[ccan]
/
ccan
/
net
/
_info
diff --git
a/ccan/net/_info
b/ccan/net/_info
index 9ce0e150dfe3b53f26bc2c293497b6cf4e10e20d..b4b219fd3599094a7195e9c1a83c24bc79a8c28f 100644
(file)
--- a/
ccan/net/_info
+++ b/
ccan/net/_info
@@
-66,6
+66,7
@@
int main(int argc, char *argv[])
return 1;
if (strcmp(argv[1], "depends") == 0) {
+ printf("ccan/noerr\n");
return 0;
}