mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
7f48e0113e
module is still using syscall.* interface which was removed in OpenBSD, and it's archived. Replace the module with github.com/bsdmp/survey. Investigation and fix from Mikhail Pchelin. Input from sthen. ok kn