Bug 2152699 - libst2205: Port to C99
Summary: libst2205: Port to C99
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libst2205
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Florian Weimer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PortingToModernCNoUpstream
TreeView+ depends on / blocked
 
Reported: 2022-12-12 17:56 UTC by Florian Weimer
Modified: 2022-12-12 18:16 UTC (History)
1 user (show)

Fixed In Version: libst2205-1.4.3-25.fc38
Clone Of:
Environment:
Last Closed: 2022-12-12 18:16:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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