diff options
| author | Rod Evans <Rod.Evans@Sun.COM> | 2009-05-08 10:36:22 -0700 |
|---|---|---|
| committer | Rod Evans <Rod.Evans@Sun.COM> | 2009-05-08 10:36:22 -0700 |
| commit | 2017c9656f884256b400be40fa25d96d630bf02a (patch) | |
| tree | 3595b8a5a17d9c3e47ec41e5214458d7a2912efb /usr/src/cmd/sgs/liblddbg/common/args.c | |
| parent | b57459abfba36eb3068cfe44c6921168b4c4f774 (diff) | |
| download | illumos-gate-2017c9656f884256b400be40fa25d96d630bf02a.tar.gz | |
6831308 ld.so.1: symbol rescanning does a little too much work
Diffstat (limited to 'usr/src/cmd/sgs/liblddbg/common/args.c')
| -rw-r--r-- | usr/src/cmd/sgs/liblddbg/common/args.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/sgs/liblddbg/common/args.c b/usr/src/cmd/sgs/liblddbg/common/args.c index e210f32e7b..4b56f4887f 100644 --- a/usr/src/cmd/sgs/liblddbg/common/args.c +++ b/usr/src/cmd/sgs/liblddbg/common/args.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -29,7 +29,7 @@ #include "msg.h" void -Dbg_args_opts(Lm_list *lml, int ndx, int c, char *optarg) +Dbg_args_option(Lm_list *lml, int ndx, int c, char *optarg) { if (DBG_NOTCLASS(DBG_C_ARGS)) return; @@ -59,7 +59,7 @@ Dbg_args_Wldel(Lm_list *lml, int ndx, const char *opt) } void -Dbg_args_files(Lm_list *lml, int ndx, char *file) +Dbg_args_file(Lm_list *lml, int ndx, char *file) { if (DBG_NOTCLASS(DBG_C_ARGS)) return; |
