diff options
| author | Wes Peters <wes@FreeBSD.org> | 2000-01-08 18:23:34 +0000 |
|---|---|---|
| committer | Wes Peters <wes@FreeBSD.org> | 2000-01-08 18:23:34 +0000 |
| commit | 37f5aac4ac0acb3583f3d0a982bdb4bcacc4846d (patch) | |
| tree | 457a45fe2f2609965f6654f7cfdfca39a233d1fe /shells/flash/files/patch-ah | |
| parent | Remove cgi-lib/pkg/COMMENT. (diff) | |
Add port for flash, a user-menu shell. This still needs a
good FreeBSD-specific template; Will is working on one.
PR: 15995
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'shells/flash/files/patch-ah')
| -rw-r--r-- | shells/flash/files/patch-ah | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/shells/flash/files/patch-ah b/shells/flash/files/patch-ah new file mode 100644 index 000000000000..73f404a552ea --- /dev/null +++ b/shells/flash/files/patch-ah @@ -0,0 +1,17 @@ +--- modules/alarms.c Tue Apr 15 18:34:15 1997 ++++ modules/alarms.c.new Sun Jan 2 20:50:02 2000 +@@ -1,5 +1,14 @@ ++#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> |
