mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 18:59:37 +00:00
Add a comment about why aout support is still here: We need it for
compat2x, which is still in use, as evidence by recent bug reports.
This commit is contained in:
parent
e57817ab00
commit
d668ffd124
@ -97,6 +97,13 @@ static void listhints(void);
|
||||
static int readhints(void);
|
||||
static void usage(void);
|
||||
|
||||
/*
|
||||
* Note on aout/a.out support.
|
||||
* To properly support shared libraries for compat2x, which are a.out, we need
|
||||
* to support a.out here. As of 2013, bug reports are still coming in for this
|
||||
* feature (on amd64 no less), so we know it is still in use.
|
||||
*/
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user