From 24424a35444c8487648be681d47bee4f57af0ffc Mon Sep 17 00:00:00 2001 From: dougm Date: Thu, 11 Jan 2007 16:21:40 -0800 Subject: 6499494 libshare's Makefiles need cleanup 6500069 libshare incorrectly uses gettext() --- usr/src/lib/libshare/common/plugin.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr/src/lib/libshare/common/plugin.c') diff --git a/usr/src/lib/libshare/common/plugin.c b/usr/src/lib/libshare/common/plugin.c index 54b95d8fbb..4618090099 100644 --- a/usr/src/lib/libshare/common/plugin.c +++ b/usr/src/lib/libshare/common/plugin.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -109,7 +109,8 @@ proto_plugin_init() } } else { (void) fprintf(stderr, - gettext("Error in plugin for protocol %s: %s\n"), + dgettext(TEXT_DOMAIN, + "Error in plugin for protocol %s: %s\n"), dent->d_name, dlerror()); } } -- cgit v1.2.3