projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: add an id argument to ar71xx_add_device_mdio
[openwrt.git]
/
package
/
libnl-tiny
/
src
/
genl_mngt.c
diff --git
a/package/libnl-tiny/src/genl_mngt.c
b/package/libnl-tiny/src/genl_mngt.c
index
5df9a6e
..
6c65179
100644
(file)
--- a/
package/libnl-tiny/src/genl_mngt.c
+++ b/
package/libnl-tiny/src/genl_mngt.c
@@
-136,6
+136,7
@@
errout:
}
+#ifdef disabled
char *genl_op2name(int family, int op, char *buf, size_t len)
{
struct genl_ops *ops;
@@
-158,7
+159,7
@@
char *genl_op2name(int family, int op, char *buf, size_t len)
strncpy(buf, "unknown", len - 1);
return NULL;
}
-
+#endif
/**
* @name Register/Unregister
This page took
0.02467 seconds
and
4
git commands to generate.