=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/mandoc/read.c 2014/06/20 22:58:41 1.28 --- src/usr.bin/mandoc/read.c 2014/06/21 22:23:44 1.29 *************** *** 1,4 **** ! /* $Id: read.c,v 1.28 2014/06/20 22:58:41 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: read.c,v 1.29 2014/06/21 22:23:44 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze *************** *** 202,208 **** "static buffer exhausted", /* system errors */ ! "cannot open file", "cannot stat file", "cannot read file", }; --- 202,208 ---- "static buffer exhausted", /* system errors */ ! NULL, "cannot stat file", "cannot read file", };