]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Let wall(1) use utmpx.
authored <ed@FreeBSD.org>
Sat, 5 Dec 2009 20:22:26 +0000 (20:22 +0000)
committered <ed@FreeBSD.org>
Sat, 5 Dec 2009 20:22:26 +0000 (20:22 +0000)
commit84b72ef5098611dca55f69c69591e7491244c45e
tree6b6dfb0489e58e8557a4f93feaefe6b41657c743
parentd0a68d920c409d295113cb969bbd438b42c7017d
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 happy.
usr.bin/write/Makefile
usr.bin/write/write.c