Patch 8.1.1229
Problem: Warning for posix_openpt() not declared. (Tony Mechelynck)
Solution: Add declaration.
Files: src/pty.c
*** ../vim-8.1.1228/src/pty.c 2019-04-28 14:59:55.845503790 +0200
--- src/pty.c 2019-04-28 17:53:07.209936126 +0200
***************
*** 141,146 ****
--- 141,147 ----
char *ptsname(int);
int unlockpt(int);
int grantpt(int);
+ int posix_openpt(int flags);
#endif
static void
*** ../vim-8.1.1228/src/version.c 2019-04-28 18:04:56.062492159 +0200
--- src/version.c 2019-04-28 18:38:57.928152107 +0200
***************
*** 769,770 ****
--- 769,772 ----
{ /* Add new patch number below this line */
+ /**/
+ 1229,
/**/
--
ARTHUR: Shut up! Will you shut up!
DENNIS: Ah, now we see the violence inherent in the system.
ARTHUR: Shut up!
DENNIS: Oh! Come and see the violence inherent in the system!
HELP! HELP! I'm being repressed!
The Quest for the Holy Grail (Monty Python)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.