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:
Warner Losh 2013-03-19 16:57:04 +00:00
parent 129c6621f7
commit 2493aadade
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248525

View File

@ -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)
{