Bug 2179290

Summary: esound: Minor C99 compatibility fix
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: esoundAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: gnome-sig, mclasen, redhat-bugzilla, terje.rosten
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: esound-0.2.41-30.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-03-17 09:30:09 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    
Attachments:
Description Flags
esound-c99.patch none

Description Florian Weimer 2023-03-17 09:07:48 UTC
Created attachment 1951415 [details]
esound-c99.patch

In clients.c, there is a call to the undeclared clean_exit function. This will fail to build with future compilers.

Upstream GNOME appears to have moved on, so filing this downstream for tracking purposes.