=================================================================== RCS file: /cvs/mandoc/Attic/apropos_db.c,v retrieving revision 1.32 retrieving revision 1.32.2.2 diff -u -p -r1.32 -r1.32.2.2 --- mandoc/Attic/apropos_db.c 2012/03/25 00:48:47 1.32 +++ mandoc/Attic/apropos_db.c 2013/10/05 20:30:05 1.32.2.2 @@ -1,4 +1,4 @@ -/* $Id: apropos_db.c,v 1.32 2012/03/25 00:48:47 kristaps Exp $ */ +/* $Id: apropos_db.c,v 1.32.2.2 2013/10/05 20:30:05 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -37,6 +37,7 @@ # include # include #else +# include # include #endif @@ -413,11 +414,10 @@ apropos_search(int pathsz, char **paths, const struct { struct rectree tree; struct mchars *mc; - int i, rc; + int i; memset(&tree, 0, sizeof(struct rectree)); - rc = 0; mc = mchars_alloc(); *sz = 0; *resp = NULL;