xpr: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 30 01:43:43 UTC 2024


 .gitlab-ci.yml |    4 ++--
 configure.ac   |    3 +++
 xpr.c          |    5 ++---
 3 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 369a038ab70860a051f785e95c06f681eabea32a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 09:34:27 2024 -0800

    configure: Use AC_SYS_LARGEFILE to enable large file support
    
    While X window dump files should never be more than 2gb in size,
    they may be stored on filesystems with large inodes or timestamps.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ee1d1c10f4c966b39689d0fe0e602cabb47d72e8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 21 09:33:06 2024 -0800

    Modernize lseek() calls
    
    Position should be stored in an off_t, not an int, and use
    symbolic constants instead of raw numbers for the "whence" arg.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 58686e938a099bd6e3f4fb491dea9382a50febdb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list