summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorGreg Price <gap@sun.com>2009-02-11 05:52:00 +1100
committerGreg Price <gap@sun.com>2009-02-11 05:52:00 +1100
commitf056732b91c9d477e0b268b3ac9077a82ba0b9cc (patch)
tree3ee09280b5f6f2d8720ea6404893a8ec2d70ab73 /usr/src
parentbfed486ad8de8b8ebc6345a8e10accae08bf2f45 (diff)
downloadillumos-gate-f056732b91c9d477e0b268b3ac9077a82ba0b9cc.tar.gz
6802742 enable stacks dmod/kmod to filter based on module name (fix lint)
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/mdb/common/modules/genunix/findstack.c1
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)
{