From jbeich@tormail.org  Mon Jun  3 19:40:46 2013
Return-Path: <jbeich@tormail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 9CFCB5C8
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Jun 2013 19:40:46 +0000 (UTC)
	(envelope-from jbeich@tormail.org)
Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22])
	by mx1.freebsd.org (Postfix) with ESMTP id 5EC46121E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Jun 2013 19:40:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=internal.tormail.org)
	by outgoing.tormail.org with esmtp (Exim 4.72)
	(envelope-from <jbeich@tormail.org>)
	id 1UjacO-0003J2-8r
	for FreeBSD-gnats-submit@freebsd.org; Mon, 03 Jun 2013 23:40:37 +0400
Received: from jbeich by internal.tormail.org with local (Exim 4.63)
	(envelope-from <jbeich@tormail.org>)
	id 1UjaZd-0005OM-GX
	for FreeBSD-gnats-submit@freebsd.org; Mon, 03 Jun 2013 19:37:47 +0000
Message-Id: <1UjaZd-0005OM-GX@internal.tormail.org>
Date: Mon, 03 Jun 2013 12:36:16 -0700
From: Jan Beich <jbeich@tormail.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch][iconv] expose _citrus_bcs_trunc_rws_len to make libintl happy
X-GNATS-Notify: gabor@freebsd.org

>Number:         179270
>Category:       kern
>Synopsis:       [libc] [patch] expose _citrus_bcs_trunc_rws_len to make libintl happy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 03 19:50:00 UTC 2013
>Closed-Date:    Tue Aug 13 18:15:38 UTC 2013
>Last-Modified:  Tue Aug 13 18:15:38 UTC 2013
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
$ cat /etc/libmap.conf
libintl.so.9 libintl.so.1
>Description:
http://marc.info/?l=freebsd-stable&m=134748417404086
>How-To-Repeat:
$ cc foo.c -lintl
/usr/lib/libintl.so: undefined reference to `_citrus_bcs_trunc_rws_len'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
>Fix:
--- rws_len.diff begins here ---
Index: lib/libc/iconv/Symbol.map
===================================================================
--- lib/libc/iconv/Symbol.map	(revision 240180)
+++ lib/libc/iconv/Symbol.map	(working copy)
@@ -39,6 +39,7 @@ FBSDprivate_1.0 {
 	_citrus_bcs_strtoul;
 	_citrus_bcs_tolower;
 	_citrus_bcs_toupper;
+	_citrus_bcs_trunc_rws_len;
 	_citrus_bcs_trunc_ws_len;
 	_citrus_csmapper_open;
 	_citrus_csmapper_close;
--- rws_len.diff ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: peter 
State-Changed-When: Tue Aug 13 18:15:12 UTC 2013 
State-Changed-Why:  
Committed revision 254285. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179270 
>Unformatted:
