[BACK]Return to cgi.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/cgi.c between version 1.45 and 1.46

version 1.45, 2015/03/27 21:17:16 version 1.46, 2015/04/18 16:04:40
Line 817 
Line 817 
         struct manoutput conf;          struct manoutput conf;
         struct mparse   *mp;          struct mparse   *mp;
         struct mchars   *mchars;          struct mchars   *mchars;
         struct mdoc     *mdoc;          struct roff_man *mdoc;
         struct man      *man;          struct roff_man *man;
         void            *vp;          void            *vp;
         int              fd;          int              fd;
         int              usepath;          int              usepath;

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46