Subject: Re: CVS commit: src/usr.bin/who
To: Masao Uebayashi <uebayasi@brains.co.jp>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 09/20/2006 17:07:18
On Sep 20,  7:14pm, uebayasi@brains.co.jp (Masao Uebayashi) wrote:
-- Subject: Re: CVS commit: src/usr.bin/who

| src/games/dm/dm.c build fails with:
| 
| In file included from /src/NetBSD/src.TNF/games/dm/dm.c:61:
| /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)
| 
| This patch fixes build.  Or, #include <utmpx.h> in utmpentry.h?

I just did the second.

christos