diff options
Diffstat (limited to 'usr/src/cmd/sgs/liblddbg/common/libs.c')
-rw-r--r-- | usr/src/cmd/sgs/liblddbg/common/libs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/liblddbg/common/libs.c b/usr/src/cmd/sgs/liblddbg/common/libs.c index 75330c4a2f..227a0cce0c 100644 --- a/usr/src/cmd/sgs/liblddbg/common/libs.c +++ b/usr/src/cmd/sgs/liblddbg/common/libs.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" @@ -105,7 +105,7 @@ Dbg_libs_l(Lm_list *lml, const char *name, const char *path) } void -Dbg_libs_path(Lm_list *lml, const char *path, Half orig, const char *obj) +Dbg_libs_path(Lm_list *lml, const char *path, uint_t orig, const char *obj) { const char *fmt; |