Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2007 14:38:45 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ping ping.c
Message-ID:  <200705211438.l4LEcjZf076317@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cognet      2007-05-21 14:38:45 UTC

  FreeBSD src repository

  Modified files:
    sbin/ping            ping.c 
  Log:
  Force the alignment of the chars arrays, as they are casted later to
  structs.
  gcc 4.2 doesn't do it by default, and that results in unaligned access on
  arm.
  
  Revision  Changes    Path
  1.111     +1 -1      src/sbin/ping/ping.c



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