ldd: add aout deprecation notice

Reported by:	kib
This commit is contained in:
emaste 2020-03-17 16:42:25 +00:00
parent 083993a467
commit 46fe56dea0

View File

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