diff options
author | Greg Price <gap@sun.com> | 2009-02-11 05:52:00 +1100 |
---|---|---|
committer | Greg Price <gap@sun.com> | 2009-02-11 05:52:00 +1100 |
commit | f056732b91c9d477e0b268b3ac9077a82ba0b9cc (patch) | |
tree | 3ee09280b5f6f2d8720ea6404893a8ec2d70ab73 /usr/src | |
parent | bfed486ad8de8b8ebc6345a8e10accae08bf2f45 (diff) | |
download | illumos-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.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) { |