summaryrefslogtreecommitdiffstats
path: root/sbin/ldconfig
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2013-03-19 16:57:04 +0000
committerimp <imp@FreeBSD.org>2013-03-19 16:57:04 +0000
commitd668ffd12451cb7d331f085834c5c4e9ecee7a15 (patch)
treed76f4fdab82af396de52c49779ea72d5a73820d8 /sbin/ldconfig
parente57817ab00289a5ab651f85acc32ef56e8083fc9 (diff)
downloadFreeBSD-src-d668ffd12451cb7d331f085834c5c4e9ecee7a15.zip
FreeBSD-src-d668ffd12451cb7d331f085834c5c4e9ecee7a15.tar.gz
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.
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r--sbin/ldconfig/ldconfig.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c
index 7fc6481..31d8083 100644
--- a/sbin/ldconfig/ldconfig.c
+++ b/sbin/ldconfig/ldconfig.c
@@ -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)
{
OpenPOWER on IntegriCloud