diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2014-12-22 20:32:23 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2014-12-22 20:32:23 +0000 |
| commit | 5eccfb5cf5403e9e564066e0a75d80534b49e91d (patch) | |
| tree | 78347950207dea134308b7c9d4843204e80507e0 /nm/nm.c | |
| parent | 5265ace0e440a23fb522c516f4ee20f43eaed2b3 (diff) | |
Diffstat (limited to 'nm/nm.c')
| -rw-r--r-- | nm/nm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,7 +48,7 @@ #include "_elftc.h" -ELFTC_VCSID("$Id: nm.c 2484 2012-04-07 15:52:05Z kaiwang27 $"); +ELFTC_VCSID("$Id: nm.c 3124 2014-12-21 05:46:28Z kaiwang27 $"); /* symbol information list */ STAILQ_HEAD(sym_head, sym_entry); @@ -65,7 +65,7 @@ typedef void (*fn_sym_print)(const GElf_Sym *); typedef int (*fn_filter)(char, const GElf_Sym *, const char *); /* output filter list */ -SLIST_HEAD(filter_head, filter_entry) nm_out_filter = +static SLIST_HEAD(filter_head, filter_entry) nm_out_filter = SLIST_HEAD_INITIALIZER(nm_out_filter); struct filter_entry { |
