Hello Yvan,

* VANHULLEBUS Yvan <va...@freebsd.org> wrote:
> We're working on this, but as we have now to work with both utmp.h and 
> utmpx.h (at least for FreeBSD releases and FreeBSD CURRENT), we're
> trying to find a clean way to solve the issue.

I think the cleanest solution would be to split them off completely.
Most projects do things like:

#define utmp utmpx

but this really makes the code harder to interpret. Just moving all the
utmp stuff into a small set of routines that you port per operating
system is probably the best way to go.

Greetings,
-- 
 Ed Schouten <e...@80386.nl>
 WWW: http://80386.nl/

Attachment: pgpS8nwQ04zj9.pgp
Description: PGP signature

Reply via email to