Date: Thu, 26 Jul 2018 14:53:18 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230059] net/owamp: Don't assume the two-argument version of timespecadd Message-ID: <bug-230059-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230059 Bug ID: 230059 Summary: net/owamp: Don't assume the two-argument version of timespecadd Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: pi@FreeBSD.org Reporter: asomers@FreeBSD.org Assignee: pi@FreeBSD.org Flags: maintainer-feedback?(pi@FreeBSD.org) Created attachment 195476 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195476&action= =3Dedit 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 argum= ent 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 defini= ng the 2-argument version. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230059-7788>