summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-02-05 23:41:38 +0100
committerØrjan Malde <red@foxi.me>2022-02-05 23:41:38 +0100
commitac98b63edb9f5a260b401ce24ee26c17290b0e57 (patch)
tree8cb2651687ddaeb15e0442276aca4abc6284b552 /patches
parentf545026b3e7c9aa0de51ee22004f464fed234bf3 (diff)
downloadmidipix_build-ac98b63edb9f5a260b401ce24ee26c17290b0e57.tar.bz2
midipix_build-ac98b63edb9f5a260b401ce24ee26c17290b0e57.tar.xz
groups/231.native_packages_etc.group: procps_ng: bump to v3.3.17
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/procps_ng-3.3.17.local.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/patches/procps_ng-3.3.17.local.patch b/patches/procps_ng-3.3.17.local.patch
new file mode 100644
index 00000000..40afa885
--- /dev/null
+++ b/patches/procps_ng-3.3.17.local.patch
@@ -0,0 +1,27 @@
+diff -ru procps-3.3.17.orig/proc/escape.c procps-3.3.17/proc/escape.c
+--- procps-3.3.17.orig/proc/escape.c 2022-02-05 23:39:09.677115085 +0100
++++ procps-3.3.17/proc/escape.c 2022-02-05 23:32:43.385130312 +0100
+@@ -21,6 +21,7 @@
+ #include <sys/types.h>
+ #include <string.h>
+ #include <limits.h>
++#include <langinfo.h>
+ #include "procps.h"
+ #include "escape.h"
+ #include "readproc.h"
+diff -ru procps-3.3.17.orig/w.c procps-3.3.17/w.c
+--- procps-3.3.17.orig/w.c 2021-02-09 11:11:25.000000000 +0100
++++ procps-3.3.17/w.c 2022-02-05 23:38:48.901114668 +0100
+@@ -55,11 +55,7 @@
+ #include <termios.h>
+ #include <time.h>
+ #include <unistd.h>
+-#ifdef HAVE_UTMPX_H
+-# include <utmpx.h>
+-#else
+-# include <utmp.h>
+-#endif
++#include <utmp.h>
+ #include <arpa/inet.h>
+
+ static int ignoreuser = 0; /* for '-u' */