Bug 2152699

Summary: libst2205: Port to C99
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: libst2205Assignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: hdegoede
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libst2205-1.4.3-25.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-12-12 18:16:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2141798    

Description Florian Weimer 2022-12-12 17:56:24 UTC
This package needs to work around a missing declaration of the open function in libst2205/st2205.c. <asm/fcntl.h> is currently included, but it does not provide the prototype. Including <fcntl.h> instead requires -D_GNU_SOURCE for the definition of the O_DIRECT macro.

It does not seem upstream is active anymore, so filing this here for tracking purposes.