Patch 8.2.1640
Problem: Amiga: missing header for getgrgid().
Solution: Add the grp.h header. (Ola Söder, closes #6906)
Files: src/os_amiga.h
*** ../vim-8.2.1639/src/os_amiga.h 2019-11-30 18:43:57.000000000 +0100
--- src/os_amiga.h 2020-09-09 12:58:47.441947740 +0200
***************
*** 91,96 ****
--- 91,97 ----
# include <limits.h>
# include <errno.h>
# include <pwd.h>
+ # include <grp.h>
# include <dirent.h>
#endif
*** ../vim-8.2.1639/src/version.c 2020-09-09 12:56:26.366414862 +0200
--- src/version.c 2020-09-09 13:01:15.801457364 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1640,
/**/
--
An indication you must be a manager:
You feel sorry for Dilbert's boss.
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202009091103.089B31ec303367%40masaka.moolenaar.net.