Changeset 165 for branches/samba-3.0/source/tdb/common/transaction.c
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/tdb/common/transaction.c
r61 r165 558 558 return -1; 559 559 } 560 #ifdef MS_SYNC560 #ifdef HAVE_MMAP 561 561 if (tdb->map_ptr) { 562 562 tdb_off_t moffset = offset & ~(tdb->page_size-1);
Note:
See TracChangeset
for help on using the changeset viewer.