=================================================================== RCS file: /cvs/mandoc/man_html.c,v retrieving revision 1.39 retrieving revision 1.41 diff -u -p -r1.39 -r1.41 --- mandoc/man_html.c 2010/06/27 15:52:41 1.39 +++ mandoc/man_html.c 2010/07/07 15:04:54 1.41 @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.39 2010/06/27 15:52:41 kristaps Exp $ */ +/* $Id: man_html.c,v 1.41 2010/07/07 15:04:54 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -29,7 +29,6 @@ #include "mandoc.h" #include "out.h" #include "html.h" -#include "regs.h" #include "man.h" #include "main.h" @@ -252,6 +251,7 @@ a2width(const struct man_node *n, struct roffsu *su) } +/* ARGSUSED */ static int man_root_pre(MAN_ARGS) {