From bb72153d34bbed04bd37c235421b9f067e812c76 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 28 Oct 2014 01:58:11 -0200 Subject: [PATCH] libkmod-index: move comment to include the includes --- libkmod/libkmod-index.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.47.3