X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fsearch.h;h=df5d61c2eb884b1f49f35a60cc546bce435efc55;hb=085d07cd3b8c9a12d5a02c13b56ab92436c062ba;hp=402dfd84fba315a76e322e5e7ec9a821dbfeb890;hpb=f5fd45ff64e28a73499548358e3d1ceda0de7daf;p=u-boot diff --git a/include/search.h b/include/search.h index 402dfd84fb..df5d61c2eb 100644 --- a/include/search.h +++ b/include/search.h @@ -118,7 +118,7 @@ extern int hwalk_r(struct hsearch_data *__htab, int (*callback)(ENTRY *)); #define H_MATCH_SUBSTR (1 << 7) /* search for substring matches */ #define H_MATCH_REGEX (1 << 8) /* search for regular expression matches */ #define H_MATCH_METHOD (H_MATCH_IDENT | H_MATCH_SUBSTR | H_MATCH_REGEX) -#define H_PROGRAMMATIC (1 << 9) /* indicate that an import is from setenv() */ +#define H_PROGRAMMATIC (1 << 9) /* indicate that an import is from env_set() */ #define H_ORIGIN_FLAGS (H_INTERACTIVE | H_PROGRAMMATIC) #endif /* _SEARCH_H_ */