From f056732b91c9d477e0b268b3ac9077a82ba0b9cc Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 11 Feb 2009 05:52:00 +1100 Subject: 6802742 enable stacks dmod/kmod to filter based on module name (fix lint) --- usr/src/cmd/mdb/common/modules/genunix/findstack.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/cmd/mdb/common/modules/genunix/findstack.c') 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) { -- cgit v1.2.3