/[man-db]/man-db/src/mandb.c
ViewVC logotype

Diff of /man-db/src/mandb.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by cjwatson, Thu May 1 15:54:03 2003 UTC revision 1.33 by cjwatson, Thu May 1 16:41:12 2003 UTC
# Line 313  static short update_one_file (const char Line 313  static short update_one_file (const char
313                  manpage = filename_info (filename, &info, "");                  manpage = filename_info (filename, &info, "");
314                  if (info.name) {                  if (info.name) {
315                          dbdelete (info.name, &info);                          dbdelete (info.name, &info);
316                          purge_pointers (manpath, info.name);                          purge_pointers (info.name);
317                  }                  }
318    
319                  test_manfile (filename, manpath);                  test_manfile (filename, manpath);
# Line 341  static __inline__ short update_db_wrappe Line 341  static __inline__ short update_db_wrappe
341  /* remove incomplete databases */  /* remove incomplete databases */
342  static void cleanup (void *dummy)  static void cleanup (void *dummy)
343  {  {
344            dummy = dummy; /* not used */
345    
346  #ifdef NDBM  #ifdef NDBM
347  #  ifdef BERKELEY_DB  #  ifdef BERKELEY_DB
348          unlink (tmpdbfile);          unlink (tmpdbfile);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26