Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2005 15:38:08 +0000 (UTC)
From:      "R. Imura" <imura@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/libkern iconv_xlat16.c src/sys/sys iconv.h
Message-ID:  <200505241538.j4OFc8FY066925@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imura       2005-05-24 15:38:08 UTC

  FreeBSD src repository

  Modified files:
    sys/libkern          iconv_xlat16.c 
    sys/sys              iconv.h 
  Log:
  Fix kiconv on the 64bit plathomes.
  
  - Correct idxp pointer to point the properly address of the
    each array of the kiconv character conversion tables,
    so that character conversion work properly when file
    systems are mounted with kiconv options.
  
  - The definition of ICONV_CSMAXDATALEN was also bogus
    because it was defined as if all machines were 32bit
    computers.
  
  Tested on:      amd64
  MFC after:      1 month
  
  Revision  Changes    Path
  1.3       +5 -5      src/sys/libkern/iconv_xlat16.c
  1.10      +2 -1      src/sys/sys/iconv.h



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