]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bin/ps: Avoid function name conflict with libc uname()
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 19 Jul 2021 14:03:38 +0000 (15:03 +0100)
committerAlex Richardson <arichardson@FreeBSD.org>
Thu, 5 Aug 2021 08:59:59 +0000 (09:59 +0100)
commit0869d85591dbe71eff4cbd9fc93077cf5943a00c
tree3c4fd98ad9e5a9b39f6429fb7ddc7021e9355cb8
parent120f0a029e267067325757f4269ab6b30506ddd7
bin/ps: Avoid function name conflict with libc uname()

This prevents ps from being built with address sanitizer instrumentation.

Reviewed By: trasz
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D31048

(cherry picked from commit 2423585b1de50dd2daea8478318e94ff80e0e6ec)
bin/ps/extern.h
bin/ps/keyword.c
bin/ps/print.c