The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=83511ce5c473406e0661247e40971be28e218684
commit 83511ce5c473406e0661247e40971be28e218684 Author: Konstantin Belousov <[email protected]> AuthorDate: 2021-11-24 20:44:20 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2021-11-24 23:55:03 +0000 ldconfig: remove a comment which is another remnant of a.out support Noted and reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D33058 --- sbin/ldconfig/ldconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index d0c6c9802a52..389cbb6101b5 100644 --- a/sbin/ldconfig/ldconfig.c +++ b/sbin/ldconfig/ldconfig.c @@ -102,7 +102,7 @@ main(int argc, char **argv) } if (is_soft) - hints_file = _PATH_ELFSOFT_HINTS; /* Never will have a.out softfloat */ + hints_file = _PATH_ELFSOFT_HINTS; else if (is_32) hints_file = _PATH_ELF32_HINTS; else
