=================================================================== RCS file: /cvs/mandoc/cgi.c,v retrieving revision 1.106 retrieving revision 1.107 diff -u -p -r1.106 -r1.107 --- mandoc/cgi.c 2015/03/27 21:33:20 1.106 +++ mandoc/cgi.c 2015/04/18 16:06:39 1.107 @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.106 2015/03/27 21:33:20 schwarze Exp $ */ +/* $Id: cgi.c,v 1.107 2015/04/18 16:06:39 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze @@ -819,8 +819,8 @@ format(const struct req *req, const char *file) struct manoutput conf; struct mparse *mp; struct mchars *mchars; - struct mdoc *mdoc; - struct man *man; + struct roff_man *mdoc; + struct roff_man *man; void *vp; int fd; int usepath;