sessreg: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Jan 16 11:09:05 PST 2010


 configure.ac |    3 +-
 sessreg.c    |   60 ++++++++++++++++++++++++++++++++++++++++++++---------------
 sessreg.h    |   12 ++++++-----
 3 files changed, 54 insertions(+), 21 deletions(-)

New commits:
commit 9792646873ac0e597cc65ef4a056444fd8f9a7fd
Author: Ed Schouten <ed at 80386.nl>
Date:   Sat Jan 16 18:33:53 2010 +0000

    Allow sessreg to be built without <utmp.h>.
    
    As of 9.0, FreeBSD will only support <utmpx.h>.  It only implements the
    POSIX interface with minor extensions.  There is no need to write to
    wtmp and lastlog separately, because this is already done by
    pututxline().  Add additional checks to configure.ac to search for the
    presence of utmpxname() and updwtmpx().
    
    Signed-off-by: Ed Schouten <ed at 80386.nl>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>



More information about the xorg-commit mailing list