mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
10 lines
246 B
C
10 lines
246 B
C
--- 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 */
|