0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.0464: typos and other small problems

Problem:    Typos and other small problems.
Solution:   Fix the typos.  Add missing files to the distribution.
This commit is contained in:
Bram Moolenaar
2020-03-27 20:58:37 +01:00
parent 2d9d409ad4
commit 14285cb801
7 changed files with 26 additions and 16 deletions

View File

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