1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

Ports: Update mandoc's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:18:24 +04:30 committed by Ali Mohammad Pur
parent 490e97233d
commit 1f64b93b21
16 changed files with 274 additions and 95 deletions

View file

@ -0,0 +1,33 @@
From e100280860217da8822cb5568db71a8cb1456121 Mon Sep 17 00:00:00 2001
From: Brian Callahan <bcallah@openbsd.org>
Date: Thu, 23 Dec 2021 11:13:14 +0100
Subject: [PATCH 7/9] Use the patched-in version of glob.h
Co-Authored-By: Daniel Bertalan <dani@danielbertalan.dev>
---
main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.c b/main.c
index b91c158..cb785cd 100644
--- a/main.c
+++ b/main.c
@@ -30,7 +30,6 @@
#endif
#include <errno.h>
#include <fcntl.h>
-#include <glob.h>
#if HAVE_SANDBOX_INIT
#include <sandbox.h>
#endif
@@ -54,6 +53,7 @@
#include "main.h"
#include "manconf.h"
#include "mansearch.h"
+#include "glob.h"
enum outmode {
OUTMODE_DEF = 0,
--
2.36.1