Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2002 11:12:29 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ping ping.c
Message-ID:  <200209111812.g8BICT0N020548@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/09/11 11:12:29 PDT

  Modified files:
    sbin/ping            ping.c 
  Log:
  Modify previous commit to solve the real problem that made gcc think
  the timestamp was aligned.  ie: Use a void * instead of struct timeval *
  which gcc assumes will be aligned.  Go back to memcpy().
  
  Submitted by: bde
  
  Revision  Changes    Path
  1.73      +5 -5      src/sbin/ping/ping.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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