diff options
Diffstat (limited to 'usr/src/cmd/mdb/common/modules/genunix/findstack.c')
-rw-r--r-- | usr/src/cmd/mdb/common/modules/genunix/findstack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/mdb/common/modules/genunix/findstack.c b/usr/src/cmd/mdb/common/modules/genunix/findstack.c index c4bc978592..655451f780 100644 --- a/usr/src/cmd/mdb/common/modules/genunix/findstack.c +++ b/usr/src/cmd/mdb/common/modules/genunix/findstack.c @@ -781,6 +781,7 @@ typedef struct find_module_struct { const char *name; } find_module_struct_t; +/*ARGSUSED*/ int find_module_cb(uintptr_t addr, const void *modctl_arg, void *cbarg) { |