]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ar: use array notation to access s_so
authoremaste <emaste@FreeBSD.org>
Mon, 22 Apr 2019 17:29:26 +0000 (17:29 +0000)
committeremaste <emaste@FreeBSD.org>
Mon, 22 Apr 2019 17:29:26 +0000 (17:29 +0000)
commit638f399f3c4e4c2fc3f639fdb2348752774052ea
tree9438c0befe554eebbe2c17edc07d0902a89ba4fe
parent3133f7d0abdcbd17fa3c14030e0c663515fa5434
ar: use array notation to access s_so

This is somewhat more readable than pointer arithmetic.  Also remove an
unnecessary cast while here.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation
usr.bin/ar/write.c