Deleted Added
full compact
23c23
< * $FreeBSD: head/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c 277915 2015-01-30 05:03:23Z markj $
---
> * $FreeBSD: head/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c 287642 2015-09-11 03:06:34Z markj $
32c32
< * Copyright (c) 2013, Joyent, Inc. All rights reserved.
---
> * Copyright (c) 2015, Joyent, Inc. All rights reserved.
1192a1193,1203
> if (p == NULL) {
> /*
> * So it's not that the target process is being born,
> * it's that it isn't there at all (and we simply
> * happen to be forking). Anyway, we know that the
> * target is definitely gone, so bail out.
> */
> mutex_exit(&pidlock);
> return (0);
> }
>
1197d1207
< ASSERT(p != NULL);