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