]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bind ip/tcp/udp provider translators and symbols to the same versions as in
authorMark Johnston <markj@FreeBSD.org>
Wed, 14 May 2014 19:02:00 +0000 (19:02 +0000)
committerMark Johnston <markj@FreeBSD.org>
Wed, 14 May 2014 19:02:00 +0000 (19:02 +0000)
commit2f28ceeb34d0de48ec59674099ac4ecbc1d15d8c
treede80efdd7a48dc87d7ce8195bd5491eda8350602
parent5ae59dec60e3815b621ae87f74a377cf3449ca55
Bind ip/tcp/udp provider translators and symbols to the same versions as in
illumos, rather than using "1.0" everywhere.

Some of the translators use D functions that are not present in version
1.0 (e.g. inet_ntoa()) which can result in libdtrace crashing when running
scripts that restrict themselves to version 1.0
(e.g. with "-x version=1.0").

MFC after: 1 week
cddl/lib/libdtrace/ip.d
cddl/lib/libdtrace/tcp.d
cddl/lib/libdtrace/udp.d