From 7bfdb8092915753c42f9f06a56fbbc46b11e593e Mon Sep 17 00:00:00 2001
From: Laurent Bercot
+ int hiercopy_tmp (char const *src, char const *dst, stralloc *tmp)
+Recursively copies the filesystem hierarchy at src into
+dst, preserving modes, and also preserving the uids/gids if the
+process is running as the super-user.
+Uses *tmp as heap-allocated temporary space.
+Returns 1 if it succeeds or 0 (and sets errno) if it fails.
+
+ int hiercopy (char const *src, char const *dst)
+Same as above, using the satmp global stralloc as
+heap-allocated temporary space.
+
-- cgit v1.2.3