From accbb7843fd4e3fc7859f3dddc177541e113576f Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 28 Oct 2014 01:58:11 -0200 Subject: 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 cc9a417..54643c0 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; -- cgit v1.2.1