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