diff options
Diffstat (limited to 'misc/delay/files/patch-ac')
-rw-r--r-- | misc/delay/files/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/delay/files/patch-ac b/misc/delay/files/patch-ac deleted file mode 100644 index ba02a030082c..000000000000 --- a/misc/delay/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- delay.c.orig Mon Jan 24 00:13:12 2000 -+++ delay.c Mon Jan 24 00:20:24 2000 -@@ -24,8 +24,8 @@ - #include <string.h> - #include "parsetime.h" - --#ifdef HAVE_CURSES_H --#include <curses.h> -+#ifdef HAVE_NCURSES_H -+#include <ncurses.h> - #endif - - /* The following code implements the actual delaying. If precise is true, it |