1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:37:44 +00:00

Ports: Remove obsolete patches for <limits.h>

This commit is contained in:
Gunnar Beutner 2021-04-12 13:35:46 +02:00 committed by Andreas Kling
parent e95cb252be
commit 0f98569617
6 changed files with 0 additions and 452 deletions

View file

@ -1,17 +0,0 @@
--- dash-0.5.10.2/src/shell.h.orig Sun Sep 28 04:19:32 2014
+++ dash-0.5.10.2/src/shell.h Fri Apr 24 18:25:38 2020
@@ -51,6 +51,14 @@
#include <sys/param.h>
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
+
+#ifndef NAME_MAX
+#define NAME_MAX 1024
+#endif
+
#ifndef JOBS
#define JOBS 1
#endif