summaryrefslogtreecommitdiffstats
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-22 14:08:43 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-22 14:08:43 +0200
commit5f7e7bdcf865df67099c59013775d14c85358300 (patch)
tree53fa196ad9e721207e1e8b2193f33da4514bd0cc /src/os_unix.c
parente906ae85b291ccc7da842b7ac609c697bb582e1f (diff)
patch 8.0.0741: cannot build with HPUXv8.0.0741
Problem: Cannot build with HPUX. Solution: Rename envbuf_TERM to envbuf_Term. (John Marriott)
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 9869d30da6..ad70465b03 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -4059,7 +4059,7 @@ set_child_environment(long rows, long columns, char *term)
# ifdef HAVE_SETENV
char envbuf[50];
# else
- static char envbuf_TERM[30];
+ static char envbuf_Term[30];
static char envbuf_Rows[20];
static char envbuf_Lines[20];
static char envbuf_Columns[20];