summaryrefslogtreecommitdiff
path: root/package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c')
-rw-r--r--package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c b/package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c
deleted file mode 100644
index 333d35322..000000000
--- a/package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- nfs-utils-1.3.0.orig/utils/nfsstat/nfsstat.c 2014-03-25 16:12:07.000000000 +0100
-+++ nfs-utils-1.3.0/utils/nfsstat/nfsstat.c 2014-05-17 21:57:15.697571551 +0200
-@@ -336,7 +336,7 @@ main(int argc, char **argv)
-
- struct sigaction act = {
- .sa_handler = unpause,
-- .sa_flags = SA_ONESHOT,
-+ .sa_flags = SA_RESETHAND,
- };
-
- if ((progname = strrchr(argv[0], '/')))