simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Jan 18 18:09:56 GMT 2023


TL;DR:
  e289265e Fix build failure on systems without fstatat.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2023-01-18 18:09:56

commit e289265e3712a20fa03e6da2ee14a0d441056c6c
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=e289265e3712a20fa03e6da2ee14a0d441056c6c;hp=89014315ed8e872c4f43b8dbe16a549db7b26694
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Jan 18 18:01:37 2023 +0000

    Fix build failure on systems without fstatat.
    
    cmake's configure-time #defines (at least the way I use them) are
    defined to 0 or 1, rather than sometimes not defined at all, so you
    have to test them with plain #if rather than #ifdef or #if defined.
    
    I _thought_ I'd caught all of those in previous fixes, but apparently
    there were a couple still lurking. Oops.

 unix/sftpserver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list