mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Update vendor/illumos/dist to illumos-gate 13804:9f4f28db61d2
(dtrace changes only, illumos issue #3021)
This commit is contained in:
parent
1034179220
commit
4ecf6b4e55
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/vendor/illumos/dist/; revision=240261
@ -2463,6 +2463,7 @@ dt_buf_oldest(void *elem, void *arg)
|
|||||||
|
|
||||||
while (offs < buf->dtbd_size) {
|
while (offs < buf->dtbd_size) {
|
||||||
dtrace_rechdr_t *dtrh =
|
dtrace_rechdr_t *dtrh =
|
||||||
|
/* LINTED - alignment */
|
||||||
(dtrace_rechdr_t *)(buf->dtbd_data + offs);
|
(dtrace_rechdr_t *)(buf->dtbd_data + offs);
|
||||||
if (dtrh->dtrh_epid == DTRACE_EPIDNONE) {
|
if (dtrh->dtrh_epid == DTRACE_EPIDNONE) {
|
||||||
offs += sizeof (dtrace_epid_t);
|
offs += sizeof (dtrace_epid_t);
|
||||||
|
Loading…
Reference in New Issue
Block a user