summaryrefslogtreecommitdiff
path: root/contrib/nvi/ex/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nvi/ex/script.h')
-rw-r--r--contrib/nvi/ex/script.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/nvi/ex/script.h b/contrib/nvi/ex/script.h
index e29f63347961..3952e96aea1e 100644
--- a/contrib/nvi/ex/script.h
+++ b/contrib/nvi/ex/script.h
@@ -6,7 +6,7 @@
*
* See the LICENSE file for redistribution information.
*
- * @(#)script.h 10.2 (Berkeley) 3/6/96
+ * $Id: script.h,v 10.3 2012/04/21 23:51:46 zy Exp $
*/
struct _script {
@@ -16,8 +16,6 @@ struct _script {
char *sh_prompt; /* Prompt. */
size_t sh_prompt_len; /* Prompt length. */
char sh_name[64]; /* Pty name */
-#ifdef TIOCGWINSZ
struct winsize sh_win; /* Window size. */
-#endif
struct termios sh_term; /* Terminal information. */
};