xsm: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Nov 19 11:40:59 PST 2011


 auth.c     |   10 +++++-----
 choose.c   |    6 +++---
 info.c     |    4 ++--
 misc.c     |    4 ++--
 popup.c    |    2 +-
 popup.h    |    2 +-
 printhex.c |    4 ++--
 remote.c   |    7 ++++---
 restart.c  |    9 +++++----
 save.c     |    6 +++---
 saveutil.c |   21 +++++++++++----------
 saveutil.h |    8 ++++----
 xsm.c      |    4 ++--
 xsm.h      |   14 ++++++++------
 14 files changed, 53 insertions(+), 48 deletions(-)

New commits:
commit 24d38c420d5d60c988f07dd25f7fa81171dac64f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 19 11:29:03 2011 -0800

    Fix some gcc -Wwrite-strings warnings
    
    Many are unfixable at the moment due to the libXt API
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e17c2f59266528dce1cfb71798dc6075b74839a3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 19 10:54:38 2011 -0800

    Terminate execl() arguments with NULL instead of 0
    
    Makes sure that a full 64-bits of 0 is passed in 64-bit builds, and
    clears gcc warning of:
    
    misc.c: In function ‘System’:
    misc.c:114:2: warning: missing sentinel in function call
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list