Bug 42

Summary: Makefile: C99 compatibility glitch in FALLOC_FL_COLLAPSE_RANGE probe
Product: passt Reporter: Florian Weimer <fweimer>
Component: buildAssignee: nobody
Status: RESOLVED FIXED    
Severity: normal CC: sbrivio
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Attachments: 0001-Makefile-Explict-int-type-in-FALLOC_FL_COLLAPSE_RANG.patch

Description Florian Weimer 2023-02-03 15:26:28 UTC
Created attachment 1 [details]
0001-Makefile-Explict-int-type-in-FALLOC_FL_COLLAPSE_RANG.patch

There's a C99 compatibility issue in the Makefile, in the FALLOC_FL_COLLAPSE_RANGE probe.

Related to:

* https://fedoraproject.org/wiki/Changes/PortingToModernC
* https://fedoraproject.org/wiki/Toolchain/PortingToModernC
Comment 1 Stefano Brivio 2023-02-18 09:10:58 UTC
Fixed by:

  commit ee8353cd646b35a7081217c82503783c1fc96c2c
  Author: Florian Weimer <fweimer@redhat.com>
  Date:   Fri Feb 3 16:09:34 2023 +0100

      Makefile: Explict int type in FALLOC_FL_COLLAPSE_RANGE probe