ldd: style

Reviewed by:	arichardson, jhb
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D32464
This commit is contained in:
Konstantin Belousov 2021-10-12 14:39:32 +03:00
parent 33dba3bb0e
commit ca8c576d10

View File

@ -134,7 +134,7 @@ int
main(int argc, char *argv[])
{
char *fmt1, *fmt2;
int rval, c, aflag;
int aflag, c, fd, rval, status, is_shlib, rv, type;
aflag = 0;
fmt1 = fmt2 = NULL;
@ -167,8 +167,6 @@ main(int argc, char *argv[])
rval = 0;
for (; argc > 0; argc--, argv++) {
int fd, status, is_shlib, rv, type;
if ((fd = open(*argv, O_RDONLY, 0)) < 0) {
warn("%s", *argv);
rval |= 1;
@ -244,7 +242,7 @@ main(int argc, char *argv[])
}
}
return rval;
return (rval);
}
static void