summaryrefslogtreecommitdiff
path: root/src/os_unixx.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-27 20:58:37 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-27 20:58:37 +0100
commit14285cb801c5ba965fdb89c44e8c27d912edfe4b (patch)
tree0fc6f519aab10916524e1943918115903c68924f /src/os_unixx.h
parent2d9d409ad4fab1ae7ceaecc0ef0e9b511d868374 (diff)
downloadvim-git-14285cb801c5ba965fdb89c44e8c27d912edfe4b.tar.gz
patch 8.2.0464: typos and other small problemsv8.2.0464
Problem: Typos and other small problems. Solution: Fix the typos. Add missing files to the distribution.
Diffstat (limited to 'src/os_unixx.h')
-rw-r--r--src/os_unixx.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/os_unixx.h b/src/os_unixx.h
index 8a456c2e2..3d1927bed 100644
--- a/src/os_unixx.h
+++ b/src/os_unixx.h
@@ -47,13 +47,13 @@
#endif // !USE_SYSTEM
#ifdef HAVE_STROPTS_H
-#ifdef sinix
-#define buf_T __system_buf_t__
-#endif
+# ifdef sinix
+# define buf_T __system_buf_t__
+# endif
# include <stropts.h>
-#ifdef sinix
-#undef buf_T
-#endif
+# ifdef sinix
+# undef buf_T
+# endif
#endif
#ifdef HAVE_STRING_H