Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 563368 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/sgDb.c_orig     2015-06-02 13:27:20.960144091 +0200
0
++ src/sgDb.c  2015-06-02 13:27:34.600164097 +0200
Lines 112-118 Link Here
112
    }
112
    }
113
  }
113
  }
114
#endif
114
#endif
115
#if DB_VERSION_MAJOR == 4
115
#if DB_VERSION_MAJOR >= 4
116
  if(globalUpdate || createdb || (dbfile != NULL && stat(dbfile,&st))){
116
  if(globalUpdate || createdb || (dbfile != NULL && stat(dbfile,&st))){
117
    flag = DB_CREATE;
117
    flag = DB_CREATE;
118
    if(createdb) 
118
    if(createdb) 

Return to bug 563368