From 3db9e7af637e84b58ad711f67e6c5bffa44048ff Mon Sep 17 00:00:00 2001 From: schwarze Date: Wed, 29 May 2013 23:15:11 +0000 Subject: Trivial sync to bsd.lv: Kristaps changed the size member of struct manpaths from int to size_t. No functional change. --- usr.bin/mandoc/manpath.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/mandoc/manpath.h') diff --git a/usr.bin/mandoc/manpath.h b/usr.bin/mandoc/manpath.h index 4b2233d17a2..c2d3bb14bea 100644 --- a/usr.bin/mandoc/manpath.h +++ b/usr.bin/mandoc/manpath.h @@ -1,4 +1,4 @@ -/* $Id: manpath.h,v 1.3 2011/12/19 02:26:33 schwarze Exp $ */ +/* $Id: manpath.h,v 1.4 2013/05/29 23:15:11 schwarze Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -23,7 +23,7 @@ * databases. */ struct manpaths { - int sz; + size_t sz; char **paths; }; -- cgit v1.2.3-59-g8ed1b