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, 0 insertions, 13 deletions
diff --git a/archivers/gzip/patches/patch-ac b/archivers/gzip/patches/patch-ac
deleted file mode 100644
index 945e5759677..00000000000
--- a/archivers/gzip/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$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));