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

Collapse All | Expand All

(-)sqlite-3.6.22.orig/sqlite3.c (+2 lines)
Lines 21915-21921 Link Here
21915
  case ENODEV:
21915
  case ENODEV:
21916
  case ENXIO:
21916
  case ENXIO:
21917
  case ENOENT:
21917
  case ENOENT:
21918
#ifndef __INTERIX
21918
  case ESTALE:
21919
  case ESTALE:
21920
#endif
21919
  case ENOSYS:
21921
  case ENOSYS:
21920
    /* these should force the client to close the file and reconnect */
21922
    /* these should force the client to close the file and reconnect */
21921
    
21923
    

Return to bug 300940