Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2009 18:53:52 +0000 (UTC)
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/locale mbstowcs.c wcsftime.c wcstombs.c src/lib/libc/stdio fputws.c vswscanf.c
Message-ID:  <200901151854.n0FIs0mG088952@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rdivacky    2009-01-15 18:53:52 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/locale      mbstowcs.c wcsftime.c wcstombs.c 
    lib/libc/stdio       fputws.c vswscanf.c 
  Log:
  SVN rev 187302 on 2009-01-15 18:53:52Z by rdivacky
  
  Introduce a local variable and use it instead of passed in parameter
  to get rid of restrict qualifier discarding. This lets libc compile
  cleanly in gnu99 mode.
  
  Suggested by:   kib, christoph.mallon at gmx.de
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.12      +3 -1      src/lib/libc/locale/mbstowcs.c
  1.5       +4 -2      src/lib/libc/locale/wcsftime.c
  1.11      +3 -1      src/lib/libc/locale/wcstombs.c
  1.8       +3 -1      src/lib/libc/stdio/fputws.c
  1.6       +3 -1      src/lib/libc/stdio/vswscanf.c



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