diff options
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/run_parts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 2c2b032be..527fae227 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -59,7 +59,7 @@ | |||
59 | struct globals { | 59 | struct globals { |
60 | char **names; | 60 | char **names; |
61 | int cur; | 61 | int cur; |
62 | char *cmd[1]; | 62 | char *cmd[2 /* using 1 provokes compiler warning */]; |
63 | } FIX_ALIASING; | 63 | } FIX_ALIASING; |
64 | #define G (*(struct globals*)&bb_common_bufsiz1) | 64 | #define G (*(struct globals*)&bb_common_bufsiz1) |
65 | #define names (G.names) | 65 | #define names (G.names) |