diff options
author | uqs <uqs@FreeBSD.org> | 2014-01-31 19:59:03 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2014-01-31 19:59:03 +0000 |
commit | 7ae17de732546145e4a582d503a54b9870ada39c (patch) | |
tree | 23b6a81a1df09aafea64657d4d56bc50e677df33 /manpath.h | |
parent | c2dfbbd38125b2ba3608eb48ca3b5e2e23f819df (diff) | |
download | FreeBSD-src-7ae17de732546145e4a582d503a54b9870ada39c.zip FreeBSD-src-7ae17de732546145e4a582d503a54b9870ada39c.tar.gz |
Import mdocml version 1.12.3
Diffstat (limited to 'manpath.h')
-rw-r--r-- | manpath.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: manpath.h,v 1.5 2011/12/13 20:56:46 kristaps Exp $ */ +/* $Id: manpath.h,v 1.6 2012/06/08 10:32:40 kristaps Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org> * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> @@ -23,7 +23,7 @@ * databases. */ struct manpaths { - int sz; + size_t sz; char **paths; }; |