DragonFlyBSD Kernel Audit
DF-0808 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0808 build: faithful transcription harness + live rename(NULL,...) test
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o harness harness.c
echo "BUILD_OK"