mirror of
https://repo.or.cz/socat.git
synced 2025-07-11 22:23:24 +00:00
struct cmsghdr.cmsg is system dependend; more print format corrections
This commit is contained in:
parent
93cfe88290
commit
80c7fa0bca
18 changed files with 141 additions and 66 deletions
|
@ -40,7 +40,7 @@ int _xioopen_setdelayeduser(void) {
|
|||
if (delayeduser) {
|
||||
#if HAVE_SETGROUPS
|
||||
if ((Setgroups(delayeduser_ngids, delayeduser_gids)) != 0) {
|
||||
Error3("setgroups("F_Zu", %p): %s",
|
||||
Error3("setgroups(%d, %p): %s",
|
||||
delayeduser_ngids, delayeduser_gids, strerror(errno));
|
||||
}
|
||||
#endif /* HAVE_SETGROUPS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue