[BACK]Return to unicode.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/fs/unicode.h between version 1.6 and 1.7

version 1.6, 2008/04/28 20:24:02 version 1.7, 2014/04/06 19:25:22
Line 76  static int wput_utf8(char *, size_t, u_i
Line 76  static int wput_utf8(char *, size_t, u_i
 static u_int16_t  static u_int16_t
 wget_utf8(const char **str, size_t *sz)  wget_utf8(const char **str, size_t *sz)
 {  {
         int c;          size_t c;
         u_int16_t rune = 0;          u_int16_t rune = 0;
         const char *s = *str;          const char *s = *str;
         static const int _utf_count[16] = {          static const int _utf_count[16] = {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>