[BACK]Return to manpath.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/manpath.c between version 1.16 and 1.17

version 1.16, 2014/08/10 23:54:41 version 1.17, 2014/08/16 19:00:01
Line 39  void
Line 39  void
 manpath_parse(struct manpaths *dirs, const char *file,  manpath_parse(struct manpaths *dirs, const char *file,
                 char *defp, char *auxp)                  char *defp, char *auxp)
 {  {
 #ifdef  USE_MANPATH  #if HAVE_MANPATH
         char             cmd[(PATH_MAX * 3) + 20];          char             cmd[(PATH_MAX * 3) + 20];
         FILE            *stream;          FILE            *stream;
         char            *buf;          char            *buf;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb