DragonFlyBSD Kernel Audit
DF-0139 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0139 build: standalone harness replicating the kernel SLEEPQ_HASH macro.
set -e
cd "$(dirname "$0")"
cc -Wall -O2 -o sleepq_hash_oob sleepq_hash_oob.c
echo "built sleepq_hash_oob"