diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-01-25 01:32:42 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-01-25 01:32:42 +0000 |
commit | f34a81fd320599ab34976312463e7021de4a189b (patch) | |
tree | 6ceb9bce024a4ab94a1064b0142ab0db91d09c45 /misc/delay/files/patch-ac | |
parent | Fix MD5 checksum (found by bento): (diff) |
Patches to fix curses use in -STABLE.
Broken by: billf
Submitted by: jhb
Apologies to: maintainer
Notes
Notes:
svn path=/head/; revision=25045
Diffstat (limited to 'misc/delay/files/patch-ac')
-rw-r--r-- | misc/delay/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/delay/files/patch-ac b/misc/delay/files/patch-ac new file mode 100644 index 000000000000..ba02a030082c --- /dev/null +++ b/misc/delay/files/patch-ac @@ -0,0 +1,13 @@ +--- 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 |