diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-12-19 17:32:25 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-12-19 17:32:25 +0000 |
commit | 5e140e2703ae3d76bcc24edaec2c8cfa70f15330 (patch) | |
tree | ad0391db86bdf9ff505e84c3b6638f14d06689ac /sysutils/ah-tty | |
parent | 6ad411905b96b508b88396a7eb526df0c7780371 (diff) |
- fix compile with gcc4x
Notes
Notes:
svn path=/head/; revision=180172
Diffstat (limited to 'sysutils/ah-tty')
-rw-r--r-- | sysutils/ah-tty/files/patch-src_psh.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/ah-tty/files/patch-src_psh.h b/sysutils/ah-tty/files/patch-src_psh.h new file mode 100644 index 000000000000..23171d45718c --- /dev/null +++ b/sysutils/ah-tty/files/patch-src_psh.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/psh.h.orig ++++ src/psh.h +@@ -52,7 +52,6 @@ + the screen - BEL is a good example (only one yet:) */ + #define IGNORECHARS "\007" + +-extern WINDOW* ShellWin, *HelpWin; + extern PANEL* ShellPanel, *HelpPanel; + + /* function declarations */ |