cvs commit: src/sbin/ping ping.c

Olivier Houchard cognet at FreeBSD.org
Mon May 21 14:38:45 UTC 2007


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


More information about the cvs-all mailing list