mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:47:44 +00:00
Ports: Update libgpg-error's patches to use git patches
This commit is contained in:
parent
6c24b509e1
commit
8d370cf81d
5 changed files with 72 additions and 32 deletions
24
Ports/libgpg-error/patches/0001-Include-errno.h.patch
Normal file
24
Ports/libgpg-error/patches/0001-Include-errno.h.patch
Normal file
|
@ -0,0 +1,24 @@
|
|||
From ea4d2441210e9bacb778e892227ed99ff496a9e1 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Wed, 14 Apr 2021 04:32:34 +0200
|
||||
Subject: [PATCH 1/2] Include errno.h
|
||||
|
||||
---
|
||||
src/mkerrcodes.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/mkerrcodes.c b/src/mkerrcodes.c
|
||||
index 29c1cc2..a1cbd52 100644
|
||||
--- a/src/mkerrcodes.c
|
||||
+++ b/src/mkerrcodes.c
|
||||
@@ -22,6 +22,7 @@
|
||||
system, while this file will be run on the build system. */
|
||||
|
||||
#include <stdio.h>
|
||||
+#include <errno.h>
|
||||
|
||||
#include "mkerrcodes.h"
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue