X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=utils%2Futils.c;h=e239eda5110ec4e38b88880d7b7d24341389e85e;hp=8f14aadc7903d241bb07253b2b02eff808d3f644;hb=8d720b2c2e569885c6e1e7eab68d36f31818ed84;hpb=9a6f83d3c168523ac7b898ae481c2fd8c501d6a6 diff --git a/utils/utils.c b/utils/utils.c index 8f14aad..e239eda 100644 --- a/utils/utils.c +++ b/utils/utils.c @@ -26,6 +26,10 @@ #include "../log.h" +#ifndef O_PATH +#define O_PATH 010000000 +#endif + void __blobmsg_list_init(struct blobmsg_list *list, int offset, int len, blobmsg_list_cmp cmp) {