=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc_xr.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/mandoc/mandoc_xr.h 2017/07/02 15:31:48 1.2 --- src/usr.bin/mandoc/mandoc_xr.h 2017/07/02 21:17:12 1.3 *************** *** 1,4 **** ! /* $OpenBSD: mandoc_xr.h,v 1.2 2017/07/02 15:31:48 schwarze Exp $ */ /* * Copyright (c) 2017 Ingo Schwarze * --- 1,4 ---- ! /* $OpenBSD: mandoc_xr.h,v 1.3 2017/07/02 21:17:12 schwarze Exp $ */ /* * Copyright (c) 2017 Ingo Schwarze * *************** *** 21,26 **** --- 21,27 ---- char *name; int line; /* Or -1 for this page's own names. */ int pos; + int count; char hashkey[]; };