mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
Ports: Format patches without numbering, commit hash or version number
This commit is contained in:
committed by
Linus Groh
parent
d69a79b03b
commit
d426c5a4b2
Notes:
sideshowbarker
2024-07-17 10:22:22 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/d426c5a4b2 Pull-request: https://github.com/SerenityOS/serenity/pull/14199 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/linusg ✅
@@ -1,7 +1,7 @@
|
||||
From 1805e2be29193655e29355ba9d93b78a654dcaa2 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Linus Groh <mail@linusgroh.de>
|
||||
Date: Fri, 14 Jan 2022 23:36:28 +0330
|
||||
Subject: [PATCH 3/4] Include `sys/uio.h` in `socketmodule.c`
|
||||
Subject: [PATCH] Include `sys/uio.h` in `socketmodule.c`
|
||||
|
||||
This is to ensure that `struct iovec` is defined, which is required by
|
||||
the `socket` module.
|
||||
@@ -22,6 +22,3 @@ index ab8618b..0109d97 100644
|
||||
# include <sys/uio.h>
|
||||
#endif
|
||||
|
||||
--
|
||||
2.35.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user