mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
imgact_aout.c: We do not expect the aout support to be ported
Specify that the only supported architecture for a.out is ia32 (either i386 or amd64 host kernel). Requested by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32960
This commit is contained in:
parent
7e0bba4d80
commit
9da5257e1c
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ struct sysentvec aout_sysvec = {
|
|||
.sv_set_fork_retval = x86_set_fork_retval,
|
||||
};
|
||||
#else
|
||||
#error "Port me"
|
||||
#error "Only ia32 arch is supported"
|
||||
#endif
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue