summaryrefslogtreecommitdiff
path: root/sysutils/coreutils/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/coreutils/patches/patch-ah')
-rw-r--r--sysutils/coreutils/patches/patch-ah15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/coreutils/patches/patch-ah b/sysutils/coreutils/patches/patch-ah
deleted file mode 100644
index 506d15db3a5..00000000000
--- a/sysutils/coreutils/patches/patch-ah
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ah,v 1.3 2008/03/08 01:06:52 tnn Exp $
-
---- src/df.c.orig 2008-01-11 14:47:21.000000000 +0100
-+++ src/df.c
-@@ -944,8 +944,10 @@ main (int argc, char **argv)
- _("cannot read table of mounted file systems"));
- }
-
-+#if HAVE_SYNC
- if (require_sync)
- sync ();
-+#endif
-
- if (optind < argc)
- {