]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Let wall(1) use utmpx.
authorEd Schouten <ed@FreeBSD.org>
Sat, 5 Dec 2009 20:05:25 +0000 (20:05 +0000)
committerEd Schouten <ed@FreeBSD.org>
Sat, 5 Dec 2009 20:05:25 +0000 (20:05 +0000)
commitbd76376f801ea53ac8456ff38bf34725a39494ac
tree780631d6b9e787100ffd0fd3d0693ba557ee34d2
parent6951e12ec73d51fd814600c00c2b886bc3b81952
Let wall(1) use utmpx.

Because our implementation guarantees the strings inside struct utmpx to
be null terminated, we don't need to copy everything out, which makes
the code nicer to read.

Also set WARNS to 6 and add $FreeBSD$ to keep SVN silent.
usr.bin/wall/Makefile
usr.bin/wall/wall.c