summaryrefslogtreecommitdiff
path: root/graphics/feh/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/feh/patches/patch-ac')
-rw-r--r--graphics/feh/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/feh/patches/patch-ac b/graphics/feh/patches/patch-ac
deleted file mode 100644
index c1294950dda..00000000000
--- a/graphics/feh/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/05/22 13:01:38 rillig Exp $
-
-Needed for ISO C90 compliance.
-
---- src/slideshow.c.orig Sun May 1 01:11:31 2005
-+++ src/slideshow.c Sun May 22 14:58:08 2005
-@@ -353,8 +353,8 @@ feh_action_run(feh_file * file, char *ac
- D_ENTER(4);
- if (action)
- {
-- D(3, ("Running action %s\n", action));
- char *sys;
-+ D(3, ("Running action %s\n", action));
- sys = feh_printf(action, file);
-
- if (opt.verbose && !opt.list && !opt.customlist)