New commits:
commit 2ff278e8b71ddc3f0af700fac2244a6830ed0b37
Author: Andrew Cagney <[email protected]>
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;

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to