sessreg: Changes to 'master'

Egbert Eich eich at kemper.freedesktop.org
Mon May 30 15:07:11 UTC 2016


 sessreg.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit eb41dc747ec4b0b4c40d6482081a0c7782dca8d9
Author: Egbert Eich <eich at suse.de>
Date:   Sun May 29 23:56:29 2016 +0200

    Use off_t instead of long to make largefile support work
    
    We already use the macro AC_SYS_LARGEFILE in configure.ac. This will only
    work properly if the correct types are used as well: replace long by off_t
    when calculating file offsets - which makes a difference on 32-bit systems.
    
    http://bugzilla.opensuse.org/show_bug.cgi?id=981522
    
    Signed-off-by: Egbert Eich <eich at suse.de>
    Found-by: Herbert Kütz <herbert.kuetz at ofd-z.niedersachsen.de>
    Reviewed-by: Stefan Dirsch <sndirsch at suse.de>



More information about the xorg-commit mailing list