simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Dec 24 20:48:53 GMT 2020


TL;DR:
  d594df98 Fix build failure on Intel Macs.

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:           2020-12-24 20:48:53

commit d594df9803a6c8954c0b6e1173b6429c64a0a3bc
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=d594df9803a6c8954c0b6e1173b6429c64a0a3bc;hp=31cd5ee19b14be4b1b342e0588c491fd8dfd69d2
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Dec 24 20:45:28 2020 +0000

    Fix build failure on Intel Macs.
    
    sysctlbyname() turns out to be a new library function, so we can't
    assume it's present just because defined __APPLE__. Add an autoconf
    check to see if it's really there, before trying to call it.

 configure.ac   | 2 +-
 unix/uxutils.h | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list