futty
OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=103
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
3 files changed, 7 insertions(+), 4 deletions(-)
|
3 files changed, 7 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
--- configure.ac
|
--- configure.ac
|
||||||
+++ configure.ac 2017-07-05 13:18:18.806270222 +0000
|
+++ configure.ac 2018-06-22 16:47:02.758993991 +0000
|
||||||
@@ -45,7 +45,7 @@ fi
|
@@ -45,7 +45,7 @@ fi
|
||||||
if test "$enable_timeout_stat" = "static"; then
|
if test "$enable_timeout_stat" = "static"; then
|
||||||
AC_DEFINE([WITH_TIMEOUT_STAT], [2], [Use timeout on stat calls])
|
AC_DEFINE([WITH_TIMEOUT_STAT], [2], [Use timeout on stat calls])
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
AC_CHECK_MEMBERS([struct pt_regs.orig_gpr3,
|
AC_CHECK_MEMBERS([struct pt_regs.orig_gpr3,
|
||||||
struct pt_regs.gpr], [],[], [#include <linux/ptrace.h>])
|
struct pt_regs.gpr], [],[], [#include <linux/ptrace.h>])
|
||||||
--- doc/Makefile.am
|
--- doc/Makefile.am
|
||||||
+++ doc/Makefile.am 2017-07-05 13:18:18.806270222 +0000
|
+++ doc/Makefile.am 2018-06-22 16:47:02.842992443 +0000
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
|
|
||||||
-man_MANS = killall.1 peekfd.1 prtstat.1 pstree.1
|
-man_MANS = killall.1 peekfd.1 prtstat.1 pstree.1
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
|
|
||||||
if WANT_FUSER
|
if WANT_FUSER
|
||||||
--- src/fuser.c
|
--- src/fuser.c
|
||||||
+++ src/fuser.c 2017-07-05 13:18:18.806270222 +0000
|
+++ src/fuser.c 2018-06-22 16:47:02.926990894 +0000
|
||||||
@@ -1085,6 +1085,7 @@ int main(int argc, char *argv[])
|
@@ -1097,6 +1097,7 @@ int main(int argc, char *argv[])
|
||||||
struct option *optr;
|
struct option *optr;
|
||||||
char *nsptr;
|
char *nsptr;
|
||||||
int skip_argv;
|
int skip_argv;
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
struct option options[] = {
|
struct option options[] = {
|
||||||
{"all", 0, NULL, 'a'},
|
{"all", 0, NULL, 'a'},
|
||||||
@@ -1128,6 +1129,7 @@ int main(int argc, char *argv[])
|
@@ -1140,6 +1141,7 @@ int main(int argc, char *argv[])
|
||||||
#endif
|
#endif
|
||||||
atexit(atexit_free_lists);
|
atexit(atexit_free_lists);
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
for (argc_cnt = 1; argc_cnt < argc; argc_cnt++) {
|
for (argc_cnt = 1; argc_cnt < argc; argc_cnt++) {
|
||||||
current_argv = argv[argc_cnt];
|
current_argv = argv[argc_cnt];
|
||||||
if (current_argv[0] == '-') { /* its an option */
|
if (current_argv[0] == '-') { /* its an option */
|
||||||
@@ -1273,6 +1275,7 @@ int main(int argc, char *argv[])
|
@@ -1285,6 +1287,7 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this_name->matched_procs = NULL;
|
this_name->matched_procs = NULL;
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
if (opts & (OPT_MOUNTS | OPT_ISMOUNTPOINT)
|
if (opts & (OPT_MOUNTS | OPT_ISMOUNTPOINT)
|
||||||
&& this_name->name_space != NAMESPACE_FILE) {
|
&& this_name->name_space != NAMESPACE_FILE) {
|
||||||
free(this_name);
|
free(this_name);
|
||||||
@@ -1326,7 +1329,7 @@ int main(int argc, char *argv[])
|
@@ -1338,7 +1341,7 @@ int main(int argc, char *argv[])
|
||||||
names_tail->next = this_name;
|
names_tail->next = this_name;
|
||||||
names_tail = this_name;
|
names_tail = this_name;
|
||||||
} /* for across the argvs */
|
} /* for across the argvs */
|
||||||
|
Reference in New Issue
Block a user