#!/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=$?
