aboutsummaryrefslogtreecommitdiff
path: root/procps/fuser.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/fuser.c')
-rw-r--r--procps/fuser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/procps/fuser.c b/procps/fuser.c
index 2cda0f9d7..6dac852ed 100644
--- a/procps/fuser.c
+++ b/procps/fuser.c
@@ -46,6 +46,7 @@ struct globals {
46} FIX_ALIASING; 46} FIX_ALIASING;
47#define G (*(struct globals*)bb_common_bufsiz1) 47#define G (*(struct globals*)bb_common_bufsiz1)
48#define INIT_G() do { \ 48#define INIT_G() do { \
49 setup_common_bufsiz(); \
49 G.mypid = getpid(); \ 50 G.mypid = getpid(); \
50 G.killsig = SIGKILL; \ 51 G.killsig = SIGKILL; \
51} while (0) 52} while (0)