#include "chown.h"

#ifndef HAVE_CHOWN

int chown(const char *path, uint32_t owner, uint32_t group) {
	return(-1);
}

#endif
