summaryrefslogtreecommitdiff
path: root/editors/hexedit/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/hexedit/files/patch-aa')
-rw-r--r--editors/hexedit/files/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/hexedit/files/patch-aa b/editors/hexedit/files/patch-aa
deleted file mode 100644
index 104512a9dcbb..000000000000
--- a/editors/hexedit/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- hexedit.h.orig Mon Aug 31 20:50:50 1998
-+++ hexedit.h Sun Dec 6 15:36:13 1998
-@@ -12,7 +12,11 @@
- #if HAVE_UNISTD_H
- #include <unistd.h>
- #endif
-+#if HAVE_NCURSES_H
-+#include <ncurses.h>
-+#else
- #include <curses.h>
-+#endif
- #include <ctype.h>
- #include <signal.h>
- #if HAVE_SYS_WAIT_H