Loading apps/apps.c +6 −3 Original line number Diff line number Diff line Loading @@ -1604,8 +1604,9 @@ int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix) { if (errno != ENOENT #ifdef ENOTDIR && errno != ENOTDIR) && errno != ENOTDIR #endif ) goto err; } else Loading Loading @@ -1893,8 +1894,9 @@ int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suf { if (errno != ENOENT #ifdef ENOTDIR && errno != ENOTDIR) && errno != ENOTDIR #endif ) goto err; } else Loading Loading @@ -1929,8 +1931,9 @@ int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suf { if (errno != ENOENT #ifdef ENOTDIR && errno != ENOTDIR) && errno != ENOTDIR #endif ) goto err; } else Loading Loading
apps/apps.c +6 −3 Original line number Diff line number Diff line Loading @@ -1604,8 +1604,9 @@ int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix) { if (errno != ENOENT #ifdef ENOTDIR && errno != ENOTDIR) && errno != ENOTDIR #endif ) goto err; } else Loading Loading @@ -1893,8 +1894,9 @@ int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suf { if (errno != ENOENT #ifdef ENOTDIR && errno != ENOTDIR) && errno != ENOTDIR #endif ) goto err; } else Loading Loading @@ -1929,8 +1931,9 @@ int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suf { if (errno != ENOENT #ifdef ENOTDIR && errno != ENOTDIR) && errno != ENOTDIR #endif ) goto err; } else Loading