We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91376b6 commit 941aea2Copy full SHA for 941aea2
src/fileio.c
@@ -27,7 +27,7 @@
27
/* Is there any system that doesn't have access()? */
28
#define USE_MCH_ACCESS
29
30
-#if defined(sun) && defined(S_ISCHR)
+#if (defined(sun) || defined(__FreeBSD__)) && defined(S_ISCHR)
31
# define OPEN_CHR_FILES
32
static int is_dev_fd_file(char_u *fname);
33
#endif
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 965,
746
/**/
747
964,
748
0 commit comments