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

Diff for /mandoc/Attic/makewhatis.c between version 1.8 and 1.9

version 1.8, 2011/06/22 09:00:14 version 1.9, 2011/06/22 09:10:36
Line 241  main(int argc, char *argv[])
Line 241  main(int argc, char *argv[])
                         *db, /* keyword database */                          *db, /* keyword database */
                         *hash; /* temporary keyword hashtable */                          *hash; /* temporary keyword hashtable */
         DBT              key, val;          DBT              key, val;
         size_t           sv, rsz;          size_t           sv;
         BTREEINFO        info; /* btree configuration */          BTREEINFO        info; /* btree configuration */
         recno_t          rec; /* current record number */          recno_t          rec; /* current record number */
         struct buf       buf, /* keyword buffer */          struct buf       buf, /* keyword buffer */
Line 335  main(int argc, char *argv[])
Line 335  main(int argc, char *argv[])
         mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL);          mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL);
   
         rec = 1;          rec = 1;
         rsz = 0;          hash = NULL;
   
         memset(&buf, 0, sizeof(struct buf));          memset(&buf, 0, sizeof(struct buf));
         memset(&dbuf, 0, sizeof(struct buf));          memset(&dbuf, 0, sizeof(struct buf));

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb