diff options
author | dougm <none@none> | 2007-01-11 16:21:40 -0800 |
---|---|---|
committer | dougm <none@none> | 2007-01-11 16:21:40 -0800 |
commit | 24424a35444c8487648be681d47bee4f57af0ffc (patch) | |
tree | 61c56e0ba74f57f65bbf464fea8d13f5a48c7395 /usr/src/lib/libshare/common/plugin.c | |
parent | 7752631cb397da3298ed0b30d6bfee48679c340f (diff) | |
download | illumos-joyent-24424a35444c8487648be681d47bee4f57af0ffc.tar.gz |
6499494 libshare's Makefiles need cleanup
6500069 libshare incorrectly uses gettext()
Diffstat (limited to 'usr/src/lib/libshare/common/plugin.c')
-rw-r--r-- | usr/src/lib/libshare/common/plugin.c | 5 |
1 files changed, 3 insertions, 2 deletions
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()); } } |