Browse Source

fl_wrapper: implemented dummy check_writeat_access() as code only cares about absolute paths anyway

user/amery/test/random-cleanup
Alejandro Mery 14 years ago
committed by Alejandro Mery
parent
commit
da4d5f139d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/tools-source/fl_wrapper/fl_wrapper.c

+ 2
- 0
src/tools-source/fl_wrapper/fl_wrapper.c

@ -55,6 +55,8 @@ struct status_t {
#ifdef FLWRAPPER_BASEDIR
static void check_write_access(const char * , const char * );
/* only for absolute paths anyway */
#define check_writeat_access(FUNC, FD, FILENAME) check_write_access(FUNC, FILENAME)
#endif
static void handle_file_access_before(const char *, const char *, struct status_t *);
static void handle_file_access_after(const char *, const char *, struct status_t *);

Loading…
Cancel
Save