ldd: add aout deprecation notice

Reported by:	kib
This commit is contained in:
Ed Maste 2020-03-17 16:42:25 +00:00
parent 2ee11faacf
commit 5a2c0ab18b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359038

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