From: Lucas De Marchi Date: Tue, 28 Oct 2014 03:58:11 +0000 (-0200) Subject: libkmod-index: move comment to include the includes X-Git-Tag: v19~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb72153d34bbed04bd37c235421b9f067e812c76;p=thirdparty%2Fkmod.git libkmod-index: move comment to include the includes --- diff --git a/libkmod/libkmod-index.c b/libkmod/libkmod-index.c index cc9a417e..54643c04 100644 --- a/libkmod/libkmod-index.c +++ b/libkmod/libkmod-index.c @@ -599,17 +599,17 @@ struct index_value *index_searchwild(struct index_file *in, const char *key) return out; } +/**************************************************************************/ +/* + * Alternative implementation, using mmap to map all the file to memory when + * starting + */ #include #include #include static const char _idx_empty_str[] = ""; -/**************************************************************************/ -/* - * Alternative implementation, using mmap to map all the file to memory when - * starting - */ struct index_mm { struct kmod_ctx *ctx; void *mm;