diff options
Diffstat (limited to 'src/core/exec.c')
| -rw-r--r-- | src/core/exec.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/exec.c b/src/core/exec.c index 3340d18a6..61e7339aa 100644 --- a/src/core/exec.c +++ b/src/core/exec.c @@ -33,8 +33,10 @@ * */ -static struct command commands[0] __table_start ( commands ); -static struct command commands_end[0] __table_end ( commands ); +static struct command commands[0] + __table_start ( struct command, commands ); +static struct command commands_end[0] + __table_end ( struct command, commands ); /* Avoid dragging in getopt.o unless a command really uses it */ int optind; |
