6982b5a295
* Option --owner can be used in copy-out mode, allowing to uniformly override ownership of the files being added to the archive. * Symlinks were handled incorrectly in copy-out mode. * Fix handling of large files. * Fix setting the file permissions in copy-out mode. * Honor umask when creating intermediate directories, not specified in the archive.
15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
$OpenBSD: patch-tests_argcv_c,v 1.1 2007/07/09 17:38:42 naddy Exp $
|
|
--- tests/argcv.c.orig Sat May 12 10:01:50 2007
|
|
+++ tests/argcv.c Sat May 12 10:02:02 2007
|
|
@@ -15,6 +15,10 @@
|
|
License along with this library; if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
|
|
|
|
+#ifdef HAVE_CONFIG_H
|
|
+#include <config.h>
|
|
+#endif
|
|
+
|
|
#include <ctype.h>
|
|
|
|
#include <argcv.h>
|