DragonFlyBSD Kernel Audit
DF-2824 / build.sh
← back to finding ↓ download raw
1
2
3
4
#!/bin/sh
# DF-2824 build (run on the DragonFly guest as any user)
cc -O -o /tmp/df2824 df2824_deadlock.c 2>&1
echo BUILD_RC=$?