summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2006-12-19 17:32:25 +0000
committerMichael Landin <mich@FreeBSD.org>2006-12-19 17:32:25 +0000
commit5e140e2703ae3d76bcc24edaec2c8cfa70f15330 (patch)
treead0391db86bdf9ff505e84c3b6638f14d06689ac /sysutils
parent- Update to version 1.1. (diff)
- fix compile with gcc4x
Notes
Notes: svn path=/head/; revision=180172
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ah-tty/files/patch-src_psh.h13
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 */