mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 05:09:01 +00:00
LibCore: Use generic AK_OS_BSD_GENERIC to hide Group::add_group()
This hides the method Group::add_group() on both MacOS and OpenBSD since the function putgrent(), which is essential for add_group() to work, is not available on these OSes.
This commit is contained in:
parent
d67c70d043
commit
6df3fdd83f
Notes:
sideshowbarker
2024-07-17 20:31:07 +09:00
Author: https://github.com/kennethmyhra
Commit: 6df3fdd83f
Pull-request: https://github.com/SerenityOS/serenity/pull/12028
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/bgianfo
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace Core {
|
||||
|
||||
#ifndef AK_OS_MACOS
|
||||
#ifndef AK_OS_BSD_GENERIC
|
||||
ErrorOr<void> Group::add_group(Group& group)
|
||||
{
|
||||
if (group.name().is_empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue