Subject: Re: CVS commit: src/usr.bin/who
To: None <christos@netbsd.org>
From: Masao Uebayashi <uebayasi@brains.co.jp>
List: source-changes
Date: 09/20/2006 19:36:01
> /src/NetBSD/src.TNF/usr.bin/who/utmpentry.h:53: error: '_UTX_USERSIZE' undeclared here (not in a function)
> /src/NetBSD/src.TNF/usr.bin/who/utmpentry.h:54: error: '_UTX_LINESIZE' undeclared here (not in a function)
> /src/NetBSD/src.TNF/usr.bin/who/utmpentry.h:55: error: '_UTX_HOSTSIZE' undeclared here (not in a function)

I think this is happening all places where utmpentry.h is included and
utmpx.h is not included.

Masao