diff options
Diffstat (limited to 'meta/recipes-extended/procps/procps-3.2.8/linux-limits.patch')
| -rw-r--r-- | meta/recipes-extended/procps/procps-3.2.8/linux-limits.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-extended/procps/procps-3.2.8/linux-limits.patch b/meta/recipes-extended/procps/procps-3.2.8/linux-limits.patch deleted file mode 100644 index 2ca972482d..0000000000 --- a/meta/recipes-extended/procps/procps-3.2.8/linux-limits.patch +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | diff --git a/pwdx.c b/pwdx.c | ||
| 4 | index cb96a52..29ebce2 100644 | ||
| 5 | --- a/pwdx.c | ||
| 6 | +++ b/pwdx.c | ||
| 7 | @@ -13,7 +13,7 @@ | ||
| 8 | #include <stdlib.h> | ||
| 9 | #include <sys/types.h> | ||
| 10 | #include <regex.h> | ||
| 11 | -#include <limits.h> | ||
| 12 | +#include <linux/limits.h> | ||
| 13 | #include <unistd.h> | ||
| 14 | #include <errno.h> | ||
| 15 | |||
