mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:07:45 +00:00
Everywhere: Port to String::copy_characters_to_buffer()
This commit is contained in:
parent
be6cce5530
commit
852454746e
8 changed files with 39 additions and 18 deletions
|
@ -27,9 +27,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "DHCPv4.h"
|
||||
#include <AK/FlyString.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibCore/UDPServer.h>
|
||||
#include <LibCore/UDPSocket.h>
|
||||
|
@ -39,7 +39,7 @@
|
|||
#include <sys/socket.h>
|
||||
|
||||
struct InterfaceDescriptor {
|
||||
FlyString m_ifname;
|
||||
String m_ifname;
|
||||
MACAddress m_mac_address;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue