mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:47:34 +00:00
Kernel: Some more int => size_t in NetworkAdapter and subclasses
This commit is contained in:
parent
1e948f1766
commit
164d9ecad7
8 changed files with 13 additions and 13 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
|
||||
virtual ~LoopbackAdapter() override;
|
||||
|
||||
virtual void send_raw(const u8*, int) override;
|
||||
virtual void send_raw(const u8*, size_t) override;
|
||||
virtual const char* class_name() const override { return "LoopbackAdapter"; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue