Bug 42 - Makefile: C99 compatibility glitch in FALLOC_FL_COLLAPSE_RANGE probe
Summary: Makefile: C99 compatibility glitch in FALLOC_FL_COLLAPSE_RANGE probe
Status: RESOLVED FIXED
Alias: None
Product: passt
Classification: Unclassified
Component: build (show other bugs)
Version: unspecified
Hardware: All Linux
: Normal normal
Assignee: nobody
URL:
Depends on:
Blocks:
 
Reported: 2023-02-03 15:26 UTC by Florian Weimer
Modified: 2023-02-18 09:10 UTC (History)
1 user (show)

See Also:


Attachments
0001-Makefile-Explict-int-type-in-FALLOC_FL_COLLAPSE_RANG.patch (948 bytes, patch)
2023-02-03 15:26 UTC, Florian Weimer
Details | Diff

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

Note You need to log in before you can comment on or make changes to this bug.