cvs commit: src/sys/libkern iconv_xlat16.c src/sys/sys iconv.h

R. Imura imura at FreeBSD.org
Tue May 24 08:38:08 PDT 2005


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


More information about the cvs-all mailing list