mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Kernel: Define IF_NAMESIZE in net/if.h
This makes the _socket module from the Python port build. :^)
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 17:17:36 +09:00
@@ -13,6 +13,8 @@ extern "C" {
|
||||
#include <Kernel/API/POSIX/sys/socket.h>
|
||||
#include <Kernel/API/POSIX/sys/types.h>
|
||||
|
||||
#define IF_NAMESIZE 16
|
||||
|
||||
enum {
|
||||
IFF_UP = 1 << 0,
|
||||
IFF_BROADCAST = 1 << 1,
|
||||
|
||||
Reference in New Issue
Block a user