#!/bin/sh
# DF-DF-0703 build: dead-path demonstration (the buggy function is unreachable,
# so the PoC demonstrates the sockopt returns ENOPROTOOPT / is a no-op).
set -e
cd "$(dirname "/usr/bin/bash")"
cc -o ipfw3_sync_deadpath ipfw3_sync_deadpath.c
echo "BUILD_OK"
ls -l ipfw3_sync_deadpath
