=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc_aux.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/mandoc/mandoc_aux.h 2014/04/23 21:06:33 1.3 --- src/usr.bin/mandoc/mandoc_aux.h 2014/11/27 14:31:29 1.4 *************** *** 1,4 **** ! /* $Id: mandoc_aux.h,v 1.3 2014/04/23 21:06:33 schwarze Exp $ */ /* * Copyright (c) 2009, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: mandoc_aux.h,v 1.4 2014/11/27 14:31:29 deraadt Exp $ */ /* * Copyright (c) 2009, 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 MANDOC_AUX_H - #define MANDOC_AUX_H __BEGIN_DECLS --- 15,20 ---- *************** *** 29,33 **** char *mandoc_strndup(const char *, size_t); __END_DECLS - - #endif /*!MANDOC_AUX_H*/ --- 27,29 ----