DragonFlyBSD Kernel Audit
DF-2719 / build.sh
← back to finding ↓ download raw
1
2
3
4
#!/bin/sh
# guest-side build (unprivileged)
cc -O2 -D__BSD_VISIBLE=1 -include sys/resource.h -include sys/time.h \
   -o racedump racedump.c -lpthread