git: aa1d548128b4 - stable/13 - imgact_aout.c: We do not expect the aout support to be ported
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Dec 2021 02:34:07 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=aa1d548128b4e065b3dd269959f3d3010606468e
commit aa1d548128b4e065b3dd269959f3d3010606468e
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-12-04 04:14:38 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-12-10 02:32:18 +0000
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