aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/psmisc/files/0002-Include-limits.h-for-PATH_MAX.patch
blob: c0835e041e112edde131d7c95fd7411c63a9c00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From aa66afecd8ba9cc4139f25ab15ec315173413a7d Mon Sep 17 00:00:00 2001
From: Paul Barker <paul@paulbarker.me.uk>
Date: Wed, 20 Aug 2014 10:31:37 +0000
Subject: [PATCH] Include <limits.h> for PATH_MAX

When building against musl libc, PATH_MAX is defined in <limits.h>.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>

Upstream-status: Accepted (Should be in next release after 22.21)
---
 src/pstree.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/pstree.c b/src/pstree.c
index 071e6c4..0d28260 100644
--- a/src/pstree.c
+++ b/src/pstree.c
@@ -41,6 +41,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>
+#include <limits.h>
 
 #include "i18n.h"
 #include "comm.h"
-- 
2.0.4