[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Mon Oct 3 19:43:17 EEST 2022


New commits:
commit 2ff278e8b71ddc3f0af700fac2244a6830ed0b37
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Oct 3 11:08:32 2022 -0400

    linux: cast XFRM's __u64 limit fields to uint64_t when printing
    
    PRIu64 and %lu are broken on amd64:
      typedef unsigned long long __u64;
      typedef __uint64_t uint64_t; // PRIu64
      typedef unsigned long int __uint64_t;
    %llu is broken on PPC:
      typedef unsigned long __u64;



More information about the Swan-commit mailing list