aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-03-17 16:42:25 +0000
committerEd Maste <emaste@FreeBSD.org>2020-03-17 16:42:25 +0000
commit5a2c0ab18b37f6d112a8e654fa770e5a7c69ee77 (patch)
treed3d6452d85828c1997d42fe0122105eb42e882dc /usr.bin
parent2ee11faacf097328a9444650cb4749b058430742 (diff)
downloadsrc-5a2c0ab18b37f6d112a8e654fa770e5a7c69ee77.tar.gz
src-5a2c0ab18b37f6d112a8e654fa770e5a7c69ee77.zip
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ldd/ldd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c
index 64488ae94a68..7384d43b1124 100644
--- a/usr.bin/ldd/ldd.c
+++ b/usr.bin/ldd/ldd.c
@@ -311,6 +311,7 @@ is_executable(const char *fname, int fd, int *is_shlib, int *type)
return (0);
}
*type = TYPE_AOUT;
+ warnx("%s: aout support is deprecated", fname);
return (1);
}
#endif