stress2: Added comment

This commit is contained in:
Peter Holm 2022-04-13 11:04:36 +02:00
parent 4523edbeae
commit b06e3f990d

View File

@ -32,6 +32,8 @@
# "panic: Assertion tib != NULL failed at ../../../kern/tty_inq.c:467" seen:
# https://people.freebsd.org/~pho/stress/log/log0272.txt
# Fixed by: d76960962093
num=`awk '/SYS_write[^a-z]/ {print $NF}' < /usr/include/sys/syscall.h`
[ -z "$num" ] && exit 0