diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-03-17 16:42:25 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-03-17 16:42:25 +0000 |
| commit | 5a2c0ab18b37f6d112a8e654fa770e5a7c69ee77 (patch) | |
| tree | d3d6452d85828c1997d42fe0122105eb42e882dc /usr.bin/ldd | |
| parent | 2ee11faacf097328a9444650cb4749b058430742 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ldd')
| -rw-r--r-- | usr.bin/ldd/ldd.c | 1 |
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 |
