1*6a54128fSAndroid Build Coastguard WorkerIndex: tdbsa/tdb.c 2*6a54128fSAndroid Build Coastguard Worker=================================================================== 3*6a54128fSAndroid Build Coastguard Worker--- tdbsa.orig/tdb.c 4*6a54128fSAndroid Build Coastguard Worker+++ tdbsa/tdb.c 5*6a54128fSAndroid Build Coastguard Worker@@ -2254,7 +2254,7 @@ int tdb_transaction_recover(struct tdb_c 6*6a54128fSAndroid Build Coastguard Worker /* file: freelist.c */ 7*6a54128fSAndroid Build Coastguard Worker 8*6a54128fSAndroid Build Coastguard Worker /* read a freelist record and check for simple errors */ 9*6a54128fSAndroid Build Coastguard Worker-int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec) 10*6a54128fSAndroid Build Coastguard Worker+static int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec) 11*6a54128fSAndroid Build Coastguard Worker { 12*6a54128fSAndroid Build Coastguard Worker if (tdb->methods->tdb_read(tdb, off, rec, sizeof(*rec),DOCONV()) == -1) 13*6a54128fSAndroid Build Coastguard Worker return -1; 14