1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Update vendor/illumos/dist to illumos-gate 13804:9f4f28db61d2

(dtrace changes only, illumos issue #3021)
This commit is contained in:
Martin Matuska 2012-09-09 07:48:51 +00:00
parent 1034179220
commit 4ecf6b4e55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/illumos/dist/; revision=240261

View File

@ -2463,6 +2463,7 @@ dt_buf_oldest(void *elem, void *arg)
while (offs < buf->dtbd_size) {
dtrace_rechdr_t *dtrh =
/* LINTED - alignment */
(dtrace_rechdr_t *)(buf->dtbd_data + offs);
if (dtrh->dtrh_epid == DTRACE_EPIDNONE) {
offs += sizeof (dtrace_epid_t);