On Tue, Jun 27, 2017 at 03:14:58PM +0300, Ismo Puustinen wrote: > Use glob() to find paths in include statements. The rules are these: > > 1. If no files can be found in the pattern with wildcards, do not > return an error. > 2. Do not match any files beginning with '.'. > 3. Do not handle include directories anymore. For example, the > statement: > include "foo/" > would now need to be rewritten: > include "foo/*" Applied, thanks Ismo. P.S: I made some comestic changes to make it fit into the existing coding style, no issue. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html