/*
 * patchup.h: patches for making CFS compile on temporary
 * (hopefull !) system.
 */

#define PATCHUP 1

#define ACTION_SAME_LOCK        40  /* Using 1.3 #include's */
#define ACTION_FH_FROM_LOCK   1026
#define ACTION_SET_FILE_SIZE  ACTION_TRUNCATE

#define ERROR_BAD_TEMPLATE    114

#define LOCK_SAME          0
#define LOCK_SAME_HANDLER  1
#define LOCK_DIFFERENT    -1
