cvs commit: src/lib/libalias alias.c

Dag-Erling Smorgrav des at FreeBSD.org
Tue Jul 6 02:22:19 PDT 2004


des         2004-07-06 09:22:19 UTC

  FreeBSD src repository

  Modified files:
    lib/libalias         alias.c 
  Log:
  Rewrite twowords() to access its argument through a char pointer and not
  a short pointer.  The previous implementation seems to be in a gray zone
  of the C standard, and GCC generates incorrect code for it at -O2 or
  higher on some platforms.
  
  Revision  Changes    Path
  1.47      +9 -2      src/lib/libalias/alias.c


More information about the cvs-all mailing list