Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2021 02:34:07 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: aa1d548128b4 - stable/13 - imgact_aout.c: We do not expect the aout support to be ported
Message-ID:  <202112100234.1BA2Y7NM060781@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112100234.1BA2Y7NM060781>