From aa1d548128b4e065b3dd269959f3d3010606468e Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 4 Dec 2021 06:14:38 +0200 Subject: [PATCH] imgact_aout.c: We do not expect the aout support to be ported (cherry picked from commit 9da5257e1c045220c01979dcdceadcf2867d20f0) --- sys/kern/imgact_aout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index 9e7455e14e1d..b66c60138c61 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -143,7 +143,7 @@ struct sysentvec aout_sysvec = { .sv_onexit = exit_onexit, }; #else -#error "Port me" +#error "Only ia32 arch is supported" #endif static int