e314fb8238
* Improved error checking and diagnostics * Fixed CAN-1999-1572 * Allow to use --sparse in both copy-in and copy-pass. * Fix bug that eventually caused copying out the same hard-linked file several times to archive. From: Rui Reis
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
$OpenBSD: patch-lib_system_h,v 1.2 2007/04/17 19:46:42 naddy Exp $
|
||
--- lib/system.h.orig Sat Apr 14 18:08:21 2007
|
||
+++ lib/system.h Sat Apr 14 18:08:43 2007
|
||
@@ -425,7 +425,7 @@ char *getenv ();
|
||
|
||
#include <intprops.h>
|
||
|
||
-#define UINTMAX_STRSIZE_BOUND INT_BUFSIZE_BOUND (uintmax_t)
|
||
+#define UINTMAX_STRSIZE_BOUND INT_BUFSIZE_BOUND (uint64_t)
|
||
|
||
/* Prototypes for external functions. */
|
||
|