1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 11:37:45 +00:00

Ports: Update npiet's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:55 +04:30 committed by Ali Mohammad Pur
parent e16272eacd
commit 288818eb29
4 changed files with 62 additions and 24 deletions

View file

@ -0,0 +1,25 @@
From 105eed290d94b22a172c87e23d518d27c131c5b7 Mon Sep 17 00:00:00 2001
From: Noah Rosamilia <ivoahivoah@gmail.com>
Date: Thu, 6 Jan 2022 18:28:55 -0500
Subject: [PATCH 2/2] Remove a 'malloc.h' include
---
npiet-foogol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npiet-foogol.c b/npiet-foogol.c
index 4d9174a..70fc2cd 100644
--- a/npiet-foogol.c
+++ b/npiet-foogol.c
@@ -108,7 +108,7 @@ char *version = "v1.3";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <malloc.h>
+// #include <malloc.h>
#include <limits.h>
#include <time.h>
--
2.36.1