mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 14:43:24 +00:00
Rearranged option group bits to only require 32 bits on older systems
This commit is contained in:
parent
2cddaf22b1
commit
c01722ac3e
7 changed files with 24 additions and 7 deletions
|
@ -2780,7 +2780,7 @@ groups_t _groupbits(mode_t mode) {
|
|||
result = GROUP_SOCKET|GROUP_SOCK_UNIX; break;
|
||||
#endif
|
||||
}
|
||||
Debug2("_groupbits(%d) -> %d", mode, result);
|
||||
Debug2("_groupbits("F_mode") -> "F_groups_t, mode, result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue