1 #include "compat.h" 2 #include "backuppcd.h" 3 #include "backuppcd-common.h" 4 5 #ifndef HAVE_CHOWN 6 # ifndef _RSK_CHOWN_H 7 # define _RSK_CHOWN_H 1 8 9 int chown(const char *path, uint32_t owner, uint32_t group); 10 11 # endif /* _RSK_CHOWN_H */ 12 #endif /* HAVE_CHOWN */ |