1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- fix compile with gcc4x

This commit is contained in:
Michael Landin 2006-12-19 17:32:25 +00:00
parent 6ad411905b
commit 5e140e2703
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180172

View File

@ -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 */