Subject: Re: CVS commit: src/usr.bin/who
To: None <hubertf@netbsd.org>
From: Darrin B.Jewell <dbj@netbsd.org>
List: source-changes
Date: 09/19/2006 13:34:40
This commit broke building in src/games/dm/dm.c, see the
error below. Also, I didn't look closely, but does it matter
to anything if struct utmpentry fields change size?
Darrin
Hubert Feyrer <hubertf@netbsd.org> writes:
> Module Name: src
> Committed By: hubertf
> Date: Tue Sep 19 14:35:25 UTC 2006
>
> Modified Files:
> src/usr.bin/who: utmpentry.c utmpentry.h who.1 who.c
>
> Log Message:
> Change -u behaviour to also print PID of process on terminal, and
> add -d to print more information from utmpx.
>
> OK'd by christos@
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.7 -r1.8 src/usr.bin/who/utmpentry.c
> cvs rdiff -r1.2 -r1.3 src/usr.bin/who/utmpentry.h
> cvs rdiff -r1.16 -r1.17 src/usr.bin/who/who.1 src/usr.bin/who/who.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
In file included from /u3/n/t/src/games/dm/dm.c:61:
/u3/n/t/src/usr.bin/who/utmpentry.h:53: error: '_UTX_USERSIZE' undeclared here (not in a function)
/u3/n/t/src/usr.bin/who/utmpentry.h:54: error: '_UTX_LINESIZE' undeclared here (not in a function)
/u3/n/t/src/usr.bin/who/utmpentry.h:55: error: '_UTX_HOSTSIZE' undeclared here (not in a function)
*** [dm.o] Error code 1