svn commit: r475868 - branches/2018Q3/net/owamp/files

Kurt Jaeger pi at FreeBSD.org
Mon Jul 30 08:12:25 UTC 2018


Author: pi
Date: Mon Jul 30 08:12:24 2018
New Revision: 475868
URL: https://svnweb.freebsd.org/changeset/ports/475868

Log:
  MFH: r475393
  
  net/owamp: Unconditionally define a private timespecadd
  
  net/owamp assumes that if timespecadd is defined, it's identical
  to the two-argument version found in the FreeBSD kernel.  However,
  the three argument version found in NetBSD and OpenBSD is actually
  more common.  An upcoming commit to head will replace FreeBSD's
  version with the NetBSD version.  So net/owamp shouldn't assume
  that if FreeBSD defines timespecadd, it's defining the 2-argument
  version.
  
  PR:		230059
  Submitted by:	asomers
  Approved by:	portmgr (bapt)

Added:
  branches/2018Q3/net/owamp/files/
     - copied from r475393, head/net/owamp/files/
Modified:
Directory Properties:
  branches/2018Q3/   (props changed)


More information about the svn-ports-all mailing list