comparison src/os_unixx.h @ 19816:f37028184d6a

patch 8.2.0464: typos and other small problems Commit: https://github.com/vim/vim/commit/14285cb801c5ba965fdb89c44e8c27d912edfe4b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 27 20:58:37 2020 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Mar 2020 21:00:07 +0100
parents 6e3dc2d630c2
children c0b3e3c7786c
comparison
equal deleted inserted replaced
19815:e841a4cf5fee 19816:f37028184d6a
45 # endif 45 # endif
46 46
47 #endif // !USE_SYSTEM 47 #endif // !USE_SYSTEM
48 48
49 #ifdef HAVE_STROPTS_H 49 #ifdef HAVE_STROPTS_H
50 #ifdef sinix 50 # ifdef sinix
51 #define buf_T __system_buf_t__ 51 # define buf_T __system_buf_t__
52 #endif 52 # endif
53 # include <stropts.h> 53 # include <stropts.h>
54 #ifdef sinix 54 # ifdef sinix
55 #undef buf_T 55 # undef buf_T
56 #endif 56 # endif
57 #endif 57 #endif
58 58
59 #ifdef HAVE_STRING_H 59 #ifdef HAVE_STRING_H
60 # include <string.h> 60 # include <string.h>
61 #endif 61 #endif