ldd: add aout deprecation notice
Reported by: kib
This commit is contained in:
parent
2ee11faacf
commit
5a2c0ab18b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user