The unified diff between revisions [6d9381f5..] and [f35cd536..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/typedefs.h'
# # # patch "src/typedefs.h" # from [46547ecc7cfd53f7995b2043f00d273feaf2a0f5] # to [af3aabd123fce77fbe2ce6bfc45c942e516c8640] # ============================================================ --- src/typedefs.h 46547ecc7cfd53f7995b2043f00d273feaf2a0f5 +++ src/typedefs.h af3aabd123fce77fbe2ce6bfc45c942e516c8640 @@ -288,8 +288,8 @@ typedef void STMAINTAINFS(SwapDir *); typedef int STDBLCHECK(SwapDir *, StoreEntry *); typedef void STSTATFS(SwapDir *, StoreEntry *); typedef void STMAINTAINFS(SwapDir *); -typedef char STCHECKLOADAV(SwapDir *, store_op_t op); -typedef int STCHECKOBJ(SwapDir *, const StoreEntry *); +typedef int STCHECKLOADAV(SwapDir *, store_op_t op); +typedef char STCHECKOBJ(SwapDir *, const StoreEntry *); typedef void STREFOBJ(SwapDir *, StoreEntry *); typedef void STUNREFOBJ(SwapDir *, StoreEntry *); typedef void STSETUP(storefs_entry_t *);