=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.h,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/usr.bin/mandoc/man.h 2014/06/20 22:58:41 1.44 --- src/usr.bin/mandoc/man.h 2014/11/27 14:31:29 1.45 *************** *** 1,4 **** ! /* $Id: man.h,v 1.44 2014/06/20 22:58:41 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: man.h,v 1.45 2014/11/27 14:31:29 deraadt Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze *************** *** 15,22 **** * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - #ifndef MAN_H - #define MAN_H enum mant { MAN_br = 0, --- 15,20 ---- *************** *** 117,121 **** void man_deroff(char **, const struct man_node *); __END_DECLS - - #endif /*!MAN_H*/ --- 115,117 ----