| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Re-packaged psmisc-23.2.tar.xz was uploaded upstream at 24 Sep 2018.
New/changed lines from ChangeLog suggest some non-cosmetic fixes:
* docs: Fix fuser.1 groff errors Debian #900225
* killall: ignore -n 0 #15
* killall: another crack at fixing getopt #12 #13
Note the original tarball (with a matching checksum) is still available
in "psmisc devel" subfolder in SF Files tab.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is an issue with psmisc that fails to build due to names clash.
This is the type of the problem this patch is resolving:
In file included from /usr/include/sys/user.h:11:0,
from peekfd.c:33:
/usr/include/bits/user.h:1:8: error: redefinition of 'struct pt_regs'
struct pt_regs {
^~~~~~~
In file included from peekfd.c:30:0:
/usr/include/asm/ptrace.h:31:8: note: originally defined here
struct pt_regs {
^~~~~~~
|
|
|
|
| |
https://github.com/leitao/aports/commit/9f4395581c9d594d2ffed51f2354c991e2c88c1a
|
|
|
|
|
|
| |
pstree.c: In function 'get_threadname':
pstree.c:800:15: error: 'PATH_MAX' undeclared (first use in this function)
char path[PATH_MAX + 1];
|
| |
|
|
|