openbsd-ports/archivers/gcpio/patches/patch-lib_system_h
naddy e314fb8238 Update to 2.7:
* 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
2007-04-17 19:46:42 +00:00

13 lines
389 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$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. */