1
Fork 0
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:
Ali Mohammad Pur 2022-05-16 19:21:42 +04:30 committed by Ali Mohammad Pur
parent 6c24b509e1
commit 8d370cf81d
5 changed files with 72 additions and 32 deletions

View 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