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

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 0e1b34946cdc2b4360d9a44f7f44cb5c743a9a78 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Tobias Christiansen <tobyase@serenityos.org>
Date: Thu, 24 Mar 2022 15:41:48 +0100
Subject: [PATCH 4/4] Define _POSIX_REGEXP
Subject: [PATCH] Define _POSIX_REGEXP
Serenity's libc does have regex.
---
@ -20,6 +20,3 @@ index c208078..88616b2 100644
#if !defined(_POSIX_REGEXP) || (_POSIX_REGEXP < 1)
# error "cfunge needs POSIX regular expressions, which this system claims it doesn't have."
#endif
--
2.36.1