This commit is contained in:
Viktor Szakats 2026-06-12 18:48:39 +02:00
parent e4c3abdd90
commit 0fe82a16d8
No known key found for this signature in database

View file

@ -1064,6 +1064,8 @@ dnsd_cleanup:
#else
static int test_dnsd(int argc, const char **argv)
{
(void)argc;
(void)argv;
logmsg("building dnsd on AMIGA os is unsupported");
return 1;
}