From 7c3d7c7e009aba5952f235258aecebf4a42fcd3a Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 3 Jan 2014 15:29:06 +0000 Subject: use consistent types --- search.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'search.c') diff --git a/search.c b/search.c index 6f03a4b..b9c4130 100644 --- a/search.c +++ b/search.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: search.c,v 1.34 2013/12/11 14:09:21 okan Exp $ + * $OpenBSD: search.c,v 1.35 2014/01/03 15:29:06 okan Exp $ */ #include @@ -253,8 +253,8 @@ search_match_exec_path(struct menu_q *menuq, struct menu_q *resultq, char *searc static int strsubmatch(char *sub, char *str, int zeroidx) { - size_t len, sublen; - u_int n, flen; + size_t len, sublen; + unsigned int n, flen; if (sub == NULL || str == NULL) return (0); -- cgit v1.2.3-2-gb3c3