mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
psmisc: upgrade 23.6 -> 23.7
0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch
refreshed for 23.7
Changelog:
===========
* build-sys: Make disable-statx work
* fuser: Fallback to stat() if no statx() Debian 1030747
* fuser: silently ignore EACCES when scanning proc directories
* killall: small formatting fixes Debian
* pstree: Do not assume root PID
* pslog: include config.h
* misc: Update gettext to 0.21
(From OE-Core rev: 5a5e5cce2edd0f0bccc69f3ec68dd86810b873c2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aeaeaed8ef
commit
051e5476e8
@@ -1,4 +1,4 @@
|
||||
From 115fcf1daff18aa2f2e130d63704f04031878db0 Mon Sep 17 00:00:00 2001
|
||||
From 338d2d46d1c20ebadf317938af98d0532a62f8d4 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Thu, 24 Mar 2016 15:46:14 +0000
|
||||
Subject: [PATCH] Use UINTPTR_MAX instead of __WORDSIZE
|
||||
@@ -13,7 +13,7 @@ Upstream-Status: Pending
|
||||
1 file changed, 8 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/src/peekfd.c b/src/peekfd.c
|
||||
index 5aa990a..7e8e3fc 100644
|
||||
index 36dff04..2b4b1dc 100644
|
||||
--- a/src/peekfd.c
|
||||
+++ b/src/peekfd.c
|
||||
@@ -30,8 +30,11 @@
|
||||
@@ -28,7 +28,7 @@ index 5aa990a..7e8e3fc 100644
|
||||
#include <getopt.h>
|
||||
#include <ctype.h>
|
||||
#include <dirent.h>
|
||||
@@ -266,11 +269,11 @@ int main(int argc, char **argv)
|
||||
@@ -341,11 +344,11 @@ int main(int argc, char **argv)
|
||||
if (WIFSTOPPED(status)) {
|
||||
#ifdef PPC
|
||||
struct pt_regs regs;
|
||||
|
||||
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \
|
||||
file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
|
||||
"
|
||||
SRCREV = "3098e641dc1ddb210186f53464255670b480377b"
|
||||
SRCREV = "9091d6dbcce3d8fb87adf9249a2eb346d25a562c"
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user