1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 21:06:04 +02:00

users/26982, subset not already integrated: use standard #include format

This commit is contained in:
Peter A. Castro 2021-08-25 14:55:11 -07:00 committed by Peter Stephenson
parent e5cd2dd980
commit e872a7cec9
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2021-08-28 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Peter A. Castro: users/26982 (subset as most of this already
present): Src/openssh_bsd_setres_id.c: use standard header
includes.
2021-08-27 Peter Stephenson <p.stephenson@samsung.com>
* 49290: Src/init.c, Src/input.c: Replace stdio for buffered

View File

@ -46,6 +46,8 @@
*
*/
#include "zsh.mdh"
#include "openssh_bsd_setres_id.pro"
#include <sys/types.h>
@ -53,8 +55,6 @@
#include <unistd.h>
#include <string.h>
#include "zsh.mdh"
#if defined(ZSH_IMPLEMENT_SETRESGID) || defined(BROKEN_SETRESGID)
int
setresgid(gid_t rgid, gid_t egid, gid_t sgid)