]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linprocfs: Fix formatting of Uid and Gid lines
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Wed, 3 Nov 2021 08:40:49 +0000 (08:40 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Wed, 3 Nov 2021 08:40:55 +0000 (08:40 +0000)
commit91be6286e2a7ddad6dcf8d653fcd3f2c0b53072f
treeb1e2341db7f0a8d55de249a36cb1b121d177e501
parent7771f2a0c94fc2f7b9ce1565a49e52dba1e7381d
linprocfs: Fix formatting of Uid and Gid lines

The separator here should be tabs, not spaces.  This fixes a warning
from chromium-browser on Bionic:

[1022/162248.137612:ERROR:process_info_linux.cc(107)] format error: unrecognized Uid format

Sponsored By: EPSRC
Differential Revision: https://reviews.freebsd.org/D32612
sys/compat/linprocfs/linprocfs.c