Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2004 09:22:19 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libalias alias.c
Message-ID:  <200407060922.i669MJua014841@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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