summaryrefslogtreecommitdiff
path: root/archivers/gzip/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gzip/patches/patch-ac')
-rw-r--r--archivers/gzip/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/gzip/patches/patch-ac b/archivers/gzip/patches/patch-ac
new file mode 100644
index 00000000000..945e5759677
--- /dev/null
+++ b/archivers/gzip/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2007/12/22 20:05:44 minskim Exp $
+
+--- gzip.c.orig 2007-03-19 22:09:51.000000000 -0700
++++ gzip.c
+@@ -1637,7 +1637,7 @@ local void copy_stat(ifstat)
+ }
+ }
+
+- if (futimens (ofd, ofname, timespec) != 0)
++ if (gl_futimens (ofd, ofname, timespec) != 0)
+ {
+ int e = errno;
+ WARN ((stderr, "%s: ", program_name));