summaryrefslogtreecommitdiff
path: root/shells/flash/files/patch-ai
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:33:30 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:33:30 +0000
commit0c749620ca20c82acb61e2c13af83b4bb4ec44a1 (patch)
treefbe04fd87ec1d4825838131877648d0fab2888eb /shells/flash/files/patch-ai
parent- Fix plist (diff)
Rename shells/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'shells/flash/files/patch-ai')
-rw-r--r--shells/flash/files/patch-ai20
1 files changed, 0 insertions, 20 deletions
diff --git a/shells/flash/files/patch-ai b/shells/flash/files/patch-ai
deleted file mode 100644
index 346fc6367e74..000000000000
--- a/shells/flash/files/patch-ai
+++ /dev/null
@@ -1,20 +0,0 @@
---- modules/background.c Sat Oct 25 11:34:23 1997
-+++ modules/background.c.new Sun Jan 2 20:48:46 2000
-@@ -20,8 +20,17 @@
-
- */
-
-+#ifdef HAVE_CONFIG_H
-+#include "../config.h"
-+#endif
-+
-+#ifdef HAVE_NCURSES_NCURSES_H
-+#include <ncurses/ncurses.h>
-+#include <ncurses/term.h>
-+#else
- #include <curses.h>
- #include <term.h>
-+#endif
-
- #include <stdlib.h>
- #include <stdio.h>