Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2001 10:00:14 -0800 (PST)
From:      Naohiko Tsuji <yakisoba@f2.dion.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/31735: Add dummy nl_langinfo() to 4-STABLE libc without <langinfo.h>
Message-ID:  <200111031800.fA3I0En58712@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         31735
>Category:       bin
>Synopsis:       Add dummy nl_langinfo() to 4-STABLE libc without <langinfo.h>
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 03 10:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Naohiko Tsuji
>Release:        FreeBSD 4.4-STABLE 2001-11-03
>Organization:
>Environment:
>Description:
Add dummy nl_langinfo() to 4-STABLE libc at 2001-11-02.
But missing <langinfo.h>.

GCC 3.0.2 gcc/java/jcf-parse.c
  ...
  #ifdef HAVE_NL_LANGINFO
  #include <langinfo.h>
  #endif
  ...

>How-To-Repeat:

>Fix:
1. Remove dummy nl_langinfo() from 4-STABLE libc.
2. Add <langinfo.h> to 4-STABLE include from CURRENT.

1 or 2
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111031800.fA3I0En58712>