=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.h,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/usr.bin/mandoc/roff.h 2017/06/14 22:50:37 1.36 --- src/usr.bin/mandoc/roff.h 2017/06/17 22:40:27 1.37 *************** *** 1,4 **** ! /* $OpenBSD: roff.h,v 1.36 2017/06/14 22:50:37 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: roff.h,v 1.37 2017/06/17 22:40:27 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze *************** *** 534,539 **** --- 534,540 ---- char *name; /* Leading manual name. */ char *date; /* Normalized date. */ int hasbody; /* Document is not empty. */ + int rcsids; /* Bits indexed by enum mdoc_os. */ enum mdoc_os os_e; /* Operating system. */ };